Script Handle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
'''Description:'''
'''Description:'''


'''Script''' handle, used to identify scripts in script operations. Scripts are usually started using [[spawn]] or [[execVM]].
'''Script''' handle, used to identify scripts in script operations called using [[spawn]] or [[execVM]].
 
Scripts use the same syntax as [[Functions - SQF]], but there are a few specialized commands which can be used only in scripts, like [[sleep]] or [[waitUntil]].


Introduced with [[:Category:Armed Assault|Armed Assault]], does not refer to [[:Category:Operation Flashpoint|Cold War Crisis]] or Resistance.
Introduced with [[:Category:Armed Assault|Armed Assault]], does not refer to [[:Category:Operation Flashpoint|Cold War Crisis]] or Resistance.


[[Category: Types]]
[[Category: Types]]

Revision as of 19:55, 20 December 2006

Description:

Script handle, used to identify scripts in script operations called using spawn or execVM.

Introduced with Armed Assault, does not refer to Cold War Crisis or Resistance.