Difference between revisions of "Matrix:setY"

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 2016.06<br/>
'''<translate>Available since</translate>:''' Gideros 2016.06<br/>
+
'''Class:''' [[Matrix]]<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/Matrix|Matrix]]<br/>
+
 
=== <translate>Description</translate> ===
+
=== Description ===
<translate>set y position</translate>
+
Sets the y position.
<source lang="lua">
+
<syntaxhighlight lang="lua">
Matrix:setY(y)
+
Matrix:setY(y)
</source>
+
</syntaxhighlight>
=== <translate>Parameters</translate> ===
+
 
'''y''': (number) <translate>y position</translate> <br/>
+
=== Parameters ===
 +
'''y''': (number) y position<br/>
  
 
{{Matrix}}
 
{{Matrix}}

Latest revision as of 15:31, 13 July 2023