Difference between revisions of "Ads:getPosition"

From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight")
 
(6 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 ===
<translate>Gets x and y position of the ad in Gideros logical dimensions, taking into consideration applied automatic scaling</translate>
+
Gets x and y position of the ad in Gideros logical dimensions, taking into consideration applied automatic scaling.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(number), (number) = Ads:getPosition()
 
(number), (number) = Ads:getPosition()
</source>
+
</syntaxhighlight>
 +
 
 
=== Return values ===
 
=== Return values ===
'''Returns''' (number) <translate>x position of the ad</translate><br/>
+
'''Returns''' (number) x position of the ad<br/>
'''Returns''' (number) <translate>y position of the ad</translate><br/>
+
'''Returns''' (number) y position of the ad<br/>
 +
 
 +
{{Ads}}

Latest revision as of 18:21, 12 July 2023

Available since: Gideros 2011.6
Class: Ads

Description

Gets x and y position of the ad in Gideros logical dimensions, taking into consideration applied automatic scaling.

(number), (number) = Ads:getPosition()

Return values

Returns (number) x position of the ad
Returns (number) y position of the ad