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,...") |
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 === | ||
− | Gets property value of the ad (accepted values x, y) | + | Gets property value of the ad (accepted values '''x''', '''y''') |
− | < | + | <syntaxhighlight lang="lua"> |
− | (varies) | + | (varies) = Ads:get(property) |
− | </ | + | </syntaxhighlight> |
− | '''property | + | |
+ | === Parameters === | ||
+ | '''property''': (string) value for which property to get<br/> | ||
+ | |||
+ | === Return values === | ||
'''Returns''' (varies) value of the property<br/> | '''Returns''' (varies) value of the property<br/> | ||
+ | |||
+ | {{Ads}} |
Latest revision as of 16:58, 12 July 2023
Available since: Gideros 2011.6
Class: Ads
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