VectorVec3

From Crumbled World Wiki
Revision as of 13:45, 5 July 2025 by Anders (talk | contribs) (Created page with "{{:vectorVec3NodeExampleCode}} ==Functions== {| class="wikitable" !|return !|function !|description |- |int |[vectorVec3:size()|size]]() |Returns the list size. |- |Vec3 |item(int index) |Return a value. |- | |add(Vec3 vector) |Add a vector. |- |}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

VectorVec3NodeExampleCode

Functions

return function description
int size]]() Returns the list size.
Vec3 item(int index) Return a value.
add(Vec3 vector) Add a vector.