Difference between revisions of "Ads:setX"

From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight")
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<languages />
+
'''Available since:''' Gideros 2014.01<br/>
'''<translate>Available since</translate>:''' Gideros 2014.01<br/>
+
'''Class:''' [[Ads]]<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/Ads|Ads]]<br/>
+
 
=== <translate>Description</translate> ===
+
=== Description ===
<translate>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.
<source lang="lua">
+
<syntaxhighlight lang="lua">
Ads:setX(x)
+
Ads:setX(x)
</source>
+
</syntaxhighlight>
=== <translate>Parameters</translate> ===
+
 
'''x''': (number) <translate>set x coordinate</translate> <br/>
+
=== Parameters ===
 +
'''x''': (number) set x coordinate<br/>
  
 
{{Ads}}
 
{{Ads}}

Latest revision as of 17:59, 12 July 2023