Difference between revisions of "ParticleSystem:getSpread"

 
Line 13: 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).}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|ParticleSystem:getSpread}}
 
{{i18n|ParticleSystem:getSpread}}

Latest revision as of 10:04, 25 March 2011

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