Difference between revisions of "ParticleSystem:getDirection"

 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
 
Gets the direction of the particle emitter (in radians).
 
Gets the direction of the particle emitter (in radians).
 
== Function ==
 
== Function ==
Line 14: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the direction of the particle emitter (in radians).}}
 
{{#set:Description=Gets the direction of the particle emitter (in radians).}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|ParticleSystem:getDirection}}

Latest revision as of 10:04, 25 March 2011

Gets the direction of the particle emitter (in radians).

Function

Synopsis

direction = ParticleSystem:getDirection( )

Arguments

None.

Returns

number direction
The direction of the emitter (radians).

See Also


Other Languages