Script Handle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(some little info...)
(added info about isNull being availiable in A3 as an alternative to scriptDone)
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]].
This handle's status can be checked with [[scriptDone]], it can be terminated with [[terminate]]. In Arma 3, the handle can also be checked with [[isNull]]


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 20:23, 8 August 2015

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. In Arma 3, the handle can also be checked with isNull

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

For more information about Scripts and Scripting, see Scripting.