Difference between revisions of "Ads:get"

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

Revision as of 08:30, 24 August 2018

Available since: Gideros 2011.6

Description

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

(varies) = Ads:get(property)

Parameters

property: (string) value for which property to get

Return values

Returns (varies) value of the property