Script Handle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
(some little info...)
Line 1: Line 1:
'''Script''' handle, used to identify scripts in script operations called using [[spawn]] or [[execVM]].
'''Script''' handle, used to identify scripts in script operations called using [[spawn]] or [[execVM]].
This handle's status can be checked with [[scriptDone]], it can be terminated with [[terminate]].


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.

Revision as of 12:26, 20 January 2009

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

This handle's status can be checked with scriptDone, it can be terminated with terminate.

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

For more information about Scripts and Scripting, see Scripting.