Difference between revisions of "Ads:set"
From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight") |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | + | '''Available since:''' Gideros 2011.6<br/> | |
− | ''' | + | '''Class:''' [[Ads]]<br/> |
− | ''' | + | |
− | === | + | === Description === |
− | + | Sets property value of the ad (accepted values: '''x''', '''y''') | |
− | < | + | <syntaxhighlight lang="lua"> |
− | + | Ads:set(property,value) | |
− | </ | + | </syntaxhighlight> |
− | === | + | |
− | '''property''': (string) | + | === Parameters === |
− | '''value''': (varies) | + | '''property''': (string) name of the property to set<br/> |
+ | '''value''': (varies) value to set<br/> | ||
{{Ads}} | {{Ads}} |
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