VectorVec2: Difference between revisions

From Crumbled World Wiki
(Created page with "{{:vectorVec2NodeExampleCode}} ==Functions== {| class="wikitable" !|return !|function !|description |- |int |[vectorVec2:size()|size]]() |Returns the list size. |- |Vec2 |item(int index) |Return a value. |- | |add(Vec2 vector) |Add a vector. |- |}")
 
(No difference)

Latest revision as of 13:46, 5 July 2025

VectorVec2NodeExampleCode

Functions

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