Difference between revisions of "Ads:set"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Sets property value of the ad (accepted values: x, y) <source lang="lua"> = Ads:set(propertyvalue,) </...") |
|||
Line 4: | Line 4: | ||
Sets property value of the ad (accepted values: x, y) | Sets property value of the ad (accepted values: x, y) | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | Ads:set(property,value) | |
</source> | </source> | ||
− | '''property | + | '''property''': (string) name of the property to set ''''''<br/> |
− | '''value | + | '''value''': (varies) value to set ''''''<br/> |
Revision as of 10:21, 23 August 2018
Available since: Gideros 2011.6
Description
Sets property value of the ad (accepted values: x, y)
Ads:set(property,value)
'property: (string) name of the property to set '
'value: (varies) value to set '