Difference between revisions of "Ads:get"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
=== Description === | === Description === | ||
− | Gets property value of the ad (accepted values x, y) | + | <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 === | === Parameters === | ||
− | '''property''': (string) value for which property to get <br/> | + | '''property''': (string) <translate>value for which property to get</translate> <br/> |
=== Return values === | === Return values === | ||
− | '''Returns''' (varies) value of the property<br/> | + | '''Returns''' (varies) <translate>value of the property</translate><br/> |
Revision as of 13:33, 23 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