Difference between revisions of "ParticleSystem:getSpread"

m (1 revision: Importing from potato (again).)
Line 1: Line 1:
 
 
Gets the amount of directional spread of the particle emitter (in radians).
 
Gets the amount of directional spread of the particle emitter (in radians).
 
== Function ==
 
== Function ==
Line 14: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the amount of directional spread of the particle emitter (in radians).}}
 
{{#set:Description=Gets the amount of directional spread of the particle emitter (in radians).}}
 +
== Other Languages ==
 +
{{i18n|ParticleSystem:getSpread}}

Revision as of 19:24, 18 November 2010

Gets the amount of directional spread of the particle emitter (in radians).

Function

Synopsis

spread = ParticleSystem:getSpread( )

Arguments

None.

Returns

number spread
The spread of the emitter (radians).

See Also

Other Languages