Difference between revisions of "ParticleSystem:getSpread"

m (1 revision: Importing from potato (again).)
 
(One intermediate revision by one other user not shown)
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).}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{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