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

Latest revision as of 17:51, 12 July 2023