Difference between revisions of "Iad.Banner:isBannerLoaded"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Returns `true` if the ad banner has downloaded an advertisement, `false` otherwise.<br /> <br /...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
(bool), = iad.Banner:isBannerLoaded()
+
(bool) = iad.Banner:isBannerLoaded()
 
</source>
 
</source>
 
'''Returns''' (bool) `true` if the ad banner has downloaded an advertisement, `false` otherwise<br/>
 
'''Returns''' (bool) `true` if the ad banner has downloaded an advertisement, `false` otherwise<br/>

Revision as of 11:20, 23 August 2018

Available since: Gideros 2012.8

Description


Returns `true` if the ad banner has downloaded an advertisement, `false` otherwise.

(bool) = iad.Banner:isBannerLoaded()

Returns (bool) `true` if the ad banner has downloaded an advertisement, `false` otherwise