Difference between revisions of "Ads:setX"

From GiderosMobile
Line 2: Line 2:
 
'''Available since:''' Gideros 2014.01<br/>
 
'''Available since:''' Gideros 2014.01<br/>
 
=== Description ===
 
=== Description ===
Sets x position of the ad in Gideros logical dimensions, taking into consideration applied automatic scaling
+
<translate>Sets x position of the ad in Gideros logical dimensions, taking into consideration applied automatic scaling</translate>
 
<source lang="lua">
 
<source lang="lua">
 
  Ads:setX(x)
 
  Ads:setX(x)
 
</source>
 
</source>
 
=== Parameters ===
 
=== Parameters ===
'''x''': (number) set x coordinate <br/>
+
'''x''': (number) <translate>set x coordinate</translate> <br/>

Revision as of 14:34, 23 August 2018

Available since: Gideros 2014.01

Description

Sets x position of the ad in Gideros logical dimensions, taking into consideration applied automatic scaling

 Ads:setX(x)

Parameters

x: (number) set x coordinate