scriptDone: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(add. ArmA2 classification) |
||
Line 36: | Line 36: | ||
[[Category:Scripting Commands OFP Elite |SCRIPTDONE]] | [[Category:Scripting Commands OFP Elite |SCRIPTDONE]] | ||
[[Category:Scripting Commands ArmA|SCRIPTDONE]] | [[Category:Scripting Commands ArmA|SCRIPTDONE]] | ||
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] |
Revision as of 17:16, 3 June 2009
Description
- Description:
- Check if an SQF script is already finished using the return value of execVM command as the argument.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
- @ScriptDone _Handle
- Example 2:
script_handler = [parameters] execVM "scriptname.sqf"; waitUntil {scriptDone script_handler};
Additional Information
- See also:
- execVM
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note