completedFSM: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Bot: Reverted to revision 70489 by Str_bi_wiki on 2013-03-25T10:46:21Z)
mNo edit summary
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Check whether the given FSM completes.
| Check whether the given FSM is completed. The FSM handle is the number returned by the [[execFSM]] command.  |= Description
 
The FSM handle is the number returned by the execFSM command.  |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 23: Line 21:




|x1= <code>_completed <nowiki>=</nowiki> completedFSM _fsmHandle;</code>|= EXAMPLE1  
|x1= <code>_completed = [[completedFSM]] _fsmHandle;</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 02:20, 2 February 2019

Hover & click on the images for description

Description

Description:
Check whether the given FSM is completed. The FSM handle is the number returned by the execFSM command.
Groups:
Uncategorised

Syntax

Syntax:
completedFSM fsmHandle
Parameters:
fsmHandle: Number
Return Value:
Boolean

Examples

Example 1:
_completed = completedFSM _fsmHandle;

Additional Information

See also:
FSMcommandFSMdoFSMexecFSMgetFSMVariablesetFSMVariable

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

Notes

Bottom Section