Difference between revisions of "Ads:getY"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2014.01<br/> === Description === Gets y position of the ad in Gideros logical dimensions, taking into consideration applied automatic...") |
|||
Line 4: | Line 4: | ||
Gets y position of the ad in Gideros logical dimensions, taking into consideration applied automatic scaling | Gets y position of the ad in Gideros logical dimensions, taking into consideration applied automatic scaling | ||
<source lang="lua"> | <source lang="lua"> | ||
− | (number) | + | (number) = Ads:getY() |
</source> | </source> | ||
'''Returns''' (number) get y position of the ad<br/> | '''Returns''' (number) get y position of the ad<br/> |
Revision as of 10:16, 23 August 2018
Available since: Gideros 2014.01
Description
Gets y position of the ad in Gideros logical dimensions, taking into consideration applied automatic scaling
(number) = Ads:getY()
Returns (number) get y position of the ad