Difference between revisions of "Ads:get"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Gets property value of the ad (accepted values x, y) <source lang="lua"> (varies), = Ads:get(property,...")
 
Line 4: Line 4:
 
Gets property value of the ad (accepted values x, y)
 
Gets property value of the ad (accepted values x, y)
 
<source lang="lua">
 
<source lang="lua">
(varies), = Ads:get(property,)
+
(varies) = Ads:get(property)
 
</source>
 
</source>
'''property:''' (string) value for which property to get ''''''<br/>
+
'''property''': (string) value for which property to get ''''''<br/>
 
'''Returns''' (varies) value of the property<br/>
 
'''Returns''' (varies) value of the property<br/>

Revision as of 11:17, 23 August 2018

Available since: Gideros 2011.6

Description

Gets property value of the ad (accepted values x, y)

(varies) = Ads:get(property)

'property: (string) value for which property to get '
Returns (varies) value of the property