Script Handle

From Bohemia Interactive Community
Revision as of 01:49, 11 February 2021 by R3vo (talk | contribs) (fixed game names and some formatting)
Jump to navigation Jump to search

Description:
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 ArmA: Armed Assault, does not refer to Operation Flashpoint or Operation Flashpoint: Resistance.

For more information about scripts and scripting, see Scripting Topics.