Script Handle: Difference between revisions
Jump to navigation
Jump to search
(Basic description.) |
(Added basic description.) |
||
Line 1: | Line 1: | ||
'''Compatibility:''' | |||
Version 2.60 required. | |||
'''Description:''' | '''Description:''' | ||
Script handle, used to identify scripts in script operations. | 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]]. | |||
[[Category: Types]] | [[Category: Types]] |
Revision as of 21:23, 19 July 2006
Compatibility:
Version 2.60 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.