Difference between revisions of "Iad.Banner:hide"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
|||
Line 7: | Line 7: | ||
Hides the ad banner.<br /> | Hides the ad banner.<br /> | ||
<br /></translate> | <br /></translate> | ||
− | < | + | <syntaxhighlight lang="lua"> |
iad.Banner:hide() | iad.Banner:hide() | ||
</source> | </source> |
Revision as of 14:28, 13 July 2023
Available since: Gideros 2012.8
Class: iad.Banner
Description
Hides the ad banner.
<syntaxhighlight lang="lua">
iad.Banner:hide()
</source>