All public logs

From Crumbled World Wiki

Combined display of all available logs of Crumbled World Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 12:57, 5 July 2025 Anders talk contribs created page Vec3 (Created page with "{{:Vec3ExampleCode}} ==Members== {| class="wikitable" !|type !|variable !|description |- |float |x | |- |float |y | |- |float |z | |- |} ==Constructor== {| class="wikitable" !|function !|description |- |Vec3(float value) | |- |Vec3(float x, float y, float z) | |- |Vec3(Vec2 vec, float z) | |- |Vec3(Vec3 vector) | |- |Vec3() | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |float |dot() |Returns the dot product of this ve...")