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