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...")
 
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 +
'''Class:''' [[Sprite]]<br/>
 +
 
=== Description ===
 
=== Description ===
<br />
+
Returns the y coordinate of the sprite.
Returns the y coordinate of the sprite.<br />
+
<syntaxhighlight lang="lua">
<br />
+
(number), (any) = Sprite:getY()
<source lang="lua">
+
</syntaxhighlight>
(number) (any), = Sprite:getY()
+
 
</source>
+
=== Return values ===
'''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/>
 +
 
 +
{{Sprite}}

Latest revision as of 15:33, 13 July 2023

Available since: Gideros 2011.6
Class: Sprite

Description

Returns the y coordinate of the sprite.

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

Return values

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