Difference between revisions of "Ads:setY"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2014.01<br/> | '''Available since:''' Gideros 2014.01<br/> | ||
=== Description === | === Description === | ||
− | Sets y position of the ad in Gideros logical dimensions, taking into consideration applied automatic scaling | + | <translate>Sets y position of the ad in Gideros logical dimensions, taking into consideration applied automatic scaling</translate> |
<source lang="lua"> | <source lang="lua"> | ||
Ads:setY(y) | Ads:setY(y) | ||
</source> | </source> | ||
=== Parameters === | === Parameters === | ||
− | '''y''': (number) set y coordinate <br/> | + | '''y''': (number) <translate>set y coordinate</translate> <br/> |
Revision as of 13:34, 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)
Parameters
y: (number) set y coordinate