completedFSM: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(syntax)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


| '''completedFSM''' FSM handle |= Syntax
| '''completedFSM''' fsmHandle |= Syntax


|p1= FSM handle: |= PARAMETER1  
|p1= fsmHandle: [[Number]] |= PARAMETER1  


|p2= |= PARAMETER2  
|p2= |= PARAMETER2  
Line 21: Line 23:




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


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 16:53, 12 November 2011

Hover & click on the images for description

Description

Description:
Check whether the given FSM completes. 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