Difference between revisions of "Sprite:getY"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the y coordinate of the sprite.<br /> <br /> <source lang="lua"> (number) (any), = Spri...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
(number) (any), = Sprite:getY()
+
(number), (any) = Sprite:getY()
 
</source>
 
</source>
 
'''Returns''' (number) The y coordinate of the sprite<br/>
 
'''Returns''' (number) The y coordinate of the sprite<br/>
 
'''Returns''' (any) The y coordinate of the sprite<br/>
 
'''Returns''' (any) The y coordinate of the sprite<br/>

Revision as of 11:21, 23 August 2018

Available since: Gideros 2011.6

Description


Returns the y coordinate of the sprite.

(number), (any) = Sprite:getY()

Returns (number) The y coordinate of the sprite
Returns (any) The y coordinate of the sprite