setDropInterval: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 10: Line 10:


'''particleSource:''' [[Object]]
'''particleSource:''' [[Object]]
'''interval:''' [[Number]]
'''interval:''' [[Number]]



Revision as of 14:06, 3 July 2006


particleSource setDropInterval interval


Operand types:

particleSource: Object

interval: Number

Type of returned value:

Nothing

Compatibility:

Version 2.56 required.

Description:

Set interval of emitting particles from particle source.

Example:

_source setDropInterval 0.05