Difference between revisions of "Ads:get"
From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight") |
|||
Line 7: | Line 7: | ||
<source lang="lua"> | <source lang="lua"> | ||
(varies) = Ads:get(property) | (varies) = Ads:get(property) | ||
− | </ | + | </syntaxhighlight> |
=== Parameters === | === Parameters === |
Revision as of 16:56, 12 July 2023
Available since: Gideros 2011.6
Class: Ads
Description
Gets property value of the ad (accepted values x, y) <source lang="lua"> (varies) = Ads:get(property) </syntaxhighlight>
Parameters
property: (string) value for which property to get
Return values
Returns (varies) value of the property