Difference between revisions of "ParticleSystem:getDirection"

m (1 revision: Importing from potato (again).)
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).}}
 +
== Other Languages ==
 +
{{i18n|ParticleSystem:getDirection}}

Revision as of 19:24, 18 November 2010

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