setDropInterval: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
[[Category:Scripting Commands ArmA|SETDROPINTERVAL]]
[[Category:Scripting Commands ArmA|SETDROPINTERVAL]]


<new command not populated>


<h2 style="color:#000066">'''''particleSource'' setDropInterval ''interval'''''</h2>


<h2 style="color:#000066">''''' setDropInterval '''''</h2>


'''Operand types:'''


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


'''Type of returned value:'''
'''Type of returned value:'''
[[Nothing]]


'''Compatibility:'''
'''Compatibility:'''
Version 2.56 required.


'''Description:'''
'''Description:'''


Set interval of emitting particles from particle source.


'''Example:'''
'''Example:'''
_source '''setDropInterval''' 0.05

Revision as of 14:04, 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