VectorVec3: Difference between revisions

From Crumbled World Wiki
(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. |- |}")
 
(No difference)

Latest revision as of 13:45, 5 July 2025

VectorVec3NodeExampleCode

Functions

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