scriptDone
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Armed Assault
- Version:
- 1.00
Description
- Description:
- Check if an SQF script is already finished using the return value of execVM command as the argument.
Syntax
- Syntax:
- scriptDone Script (Handle)
- Return Value:
- Boolean
Examples
- Example 1:
- @ScriptDone _Handle
- Example 2:
script_handler = [parameters] execVM "scriptname.sqf"; waitUntil {scriptDone script_handler};
Additional Information
- Multiplayer:
- Behaviour unknown.
- See also:
- execVM

