completedFSM: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 $2")
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]] [[execFSM]], [[getFSMVariable]], [[setFSMVariable]]
|seealso= [[FSM]] [[commandFSM]] [[doFSM]] [[execFSM]] [[getFSMVariable]], [[setFSMVariable]]
}}
}}

Revision as of 15:03, 20 January 2022

Hover & click on the images for description

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

See also:
FSM commandFSM doFSM execFSM getFSMVariablesetFSMVariable

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