Script Handle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Script moved to Script (Handle))
mNo edit summary
Line 1: Line 1:
==Description==
'''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]].


Line 6: Line 4:


For more information about Scripts and Scripting, see [[:Category:Scripting Topics|Scripting]].
For more information about Scripts and Scripting, see [[:Category:Scripting Topics|Scripting]].
==See also==
[[SQF|SQF syntax]]


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

Revision as of 14:31, 21 December 2006

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.

For more information about Scripts and Scripting, see Scripting.