Difference between revisions of "Mesh:getVertex"

From GiderosMobile
(removed language stuff)
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(One intermediate revision by the same user not shown)
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>
+
</syntaxhighlight>
  
 
=== Parameters ===
 
=== Parameters ===

Latest revision as of 15:30, 13 July 2023