Difference between revisions of "Ads:getX"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2014.01<br/> === Description === Gets x position of the ad in Gideros logical dimensions, taking into consideration applied automatic...")
 
Line 4: Line 4:
 
Gets x position of the ad in Gideros logical dimensions, taking into consideration applied automatic scaling
 
Gets x position of the ad in Gideros logical dimensions, taking into consideration applied automatic scaling
 
<source lang="lua">
 
<source lang="lua">
(number), = Ads:getX()
+
(number) = Ads:getX()
 
</source>
 
</source>
 
'''Returns''' (number) x position of the ad<br/>
 
'''Returns''' (number) x position of the ad<br/>

Revision as of 11:16, 23 August 2018

Available since: Gideros 2014.01

Description

Gets x position of the ad in Gideros logical dimensions, taking into consideration applied automatic scaling

(number) = Ads:getX()

Returns (number) x position of the ad