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
  • 13:38, 5 July 2025 Anders talk contribs created page Vec4 (Created page with "{{:Vec4ExampleCode}} ==Members== {| class="wikitable" !|type !|variable !|description |- |float |x | |- |float |y | |- |float |z | |- |float |w | |- |} ==Constructor== {| class="wikitable" !|function !|description |- |Vec4(float x, float y, float z, float w) | |- |Vec4(float value) | |- |Vec4(Vec4 vector) | |- |Vec4(Vec3 vector, float w) | |- |Vec4(Vec2 vector, float z, float w) | |- |Vec4() | |- |} ==Functions== {| class="wikitab...")