Difference between revisions of "Ads:set"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
m (Text replacement - "</source" to "</syntaxhighlight") |
||
Line 7: | Line 7: | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
Ads:set(property,value) | Ads:set(property,value) | ||
− | </ | + | </syntaxhighlight> |
=== Parameters === | === Parameters === |
Latest revision as of 16:51, 12 July 2023
Available since: Gideros 2011.6
Class: Ads
Description
Sets property value of the ad (accepted values: x, y)
Ads:set(property,value)
Parameters
property: (string) name of the property to set
value: (varies) value to set