Difference between revisions of "ParticleSystem:getY"

m (1 revision: Importing from potato (again).)
Line 1: Line 1:
 
 
Gets the y-coordinate of the particle emitter's position.
 
Gets the y-coordinate of the particle emitter's position.
 
== Function ==
 
== Function ==
Line 14: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the y-coordinate of the particle emitter's position.}}
 
{{#set:Description=Gets the y-coordinate of the particle emitter's position.}}
 +
== Other Languages ==
 +
{{i18n|ParticleSystem:getY}}

Revision as of 19:24, 18 November 2010

Gets the y-coordinate of the particle emitter's position.

Function

Synopsis

y = ParticleSystem:getY( )

Arguments

None.

Returns

number y
Position along y-axis.

See Also

Other Languages