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