Difference between revisions of "Ads:getY"

From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight")
Line 7: Line 7:
 
<source lang="lua">
 
<source lang="lua">
 
(number) = Ads:getY()
 
(number) = Ads:getY()
</source>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===

Revision as of 17:44, 12 July 2023

Available since: Gideros 2014.01
Class: Ads

Description

Gets y position of the ad in Gideros logical dimensions, taking into consideration applied automatic scaling. <source lang="lua"> (number) = Ads:getY() </syntaxhighlight>

Return values

Returns (number) y position of the ad