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