completedFSM: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) |
Lou Montana (talk | contribs) m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 ") |
||
Line 25: | Line 25: | ||
|x1= <code>_completed = [[completedFSM]] _fsmHandle;</code> | |x1= <code>_completed = [[completedFSM]] _fsmHandle;</code> | ||
|seealso= [[FSM]] [[commandFSM]] [[doFSM]] | |seealso= [[FSM]] [[commandFSM]] [[doFSM]] [[execFSM]], [[getFSMVariable]], [[setFSMVariable]] | ||
}} | }} |
Revision as of 13:25, 20 January 2022
Description
- Description:
- Checks whether the given FSM is completed. The FSM handle is the number returned by the execFSM command.
- Groups:
- System
Syntax
- Syntax:
- completedFSM fsmHandle
- Parameters:
- fsmHandle: Number
- Return Value:
- Boolean
Examples
- Example 1:
_completed = completedFSM _fsmHandle;
Additional Information
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