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(propertyvalue,)
+
Ads:set(property,value)
 
</source>
 
</source>
'''property:''' (string) name of the property to set ''''''<br/>
+
'''property''': (string) name of the property to set ''''''<br/>
'''value:''' (varies) value to set ''''''<br/>
+
'''value''': (varies) value to set ''''''<br/>

Revision as of 11: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 '