Difference between revisions of "Mesh:getVertex"

From GiderosMobile
(removed language stuff)
m (Text replacement - "<source" to "<syntaxhighlight")
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Returns x and y coordinate of the i-th element from the vertex array.
 
Returns x and y coordinate of the i-th element from the vertex array.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(number), (number) = Mesh:getVertex(i)
 
(number), (number) = Mesh:getVertex(i)
 
</source>
 
</source>

Revision as of 15:28, 13 July 2023