Difference between revisions of "Ads:getHeight"

From GiderosMobile
Line 2: Line 2:
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 
=== Description ===
 
=== Description ===
Gets the height of the ad in Gideros logical dimensions, taking into consideration applied automatic scaling
+
<translate>Gets the height of the ad in Gideros logical dimensions, taking into consideration applied automatic scaling</translate>
 
<source lang="lua">
 
<source lang="lua">
 
(number) = Ads:getHeight()
 
(number) = Ads:getHeight()
 
</source>
 
</source>
 
=== Return values ===
 
=== Return values ===
'''Returns''' (number) height of the banner ad<br/>
+
'''Returns''' (number) <translate>height of the banner ad</translate><br/>

Revision as of 14:33, 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()

Return values

Returns (number) height of the banner ad