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