Script Handle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Added basic description.)
m (updated ver)
Line 1: Line 1:
'''Compatibility:'''
'''Compatibility:'''


Version 2.60 required.
[[ArmA]] Version 1.00 required.


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

Revision as of 17:56, 27 September 2006

Compatibility:

ArmA Version 1.00 required.

Description:

Script handle, used to identify scripts in script operations. Script is usually started using spawn or execVM.

Scripts uses the same syntax as Functions - SQF, but there are a few specialized commands which can be used only in scripts, like sleep or waitUntil.