doFSM: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Reset version to 1.00, link to FSM)
m (Fixed syntax)
Line 12: Line 12:
| unit(s) '''doFSM''' [fsm name, position, target] |= Syntax
| unit(s) '''doFSM''' [fsm name, position, target] |= Syntax


|p1= unit(s): [[Object]] |= Parameter 1
|p1= unit(s): [[Object]] or [[Array]] |= Parameter 1


|p2= [fsm name, position, target]: [[Array]] |= Parameter 2
|p2= [fsm name, position, target]: [[Array]] |= Parameter 2
Line 22: Line 22:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[]] |= See also
| |= See also


}}
}}

Revision as of 09:53, 27 October 2006

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Orders a unit to process command defined by FSM file (silently).
Groups:
Uncategorised

Syntax

Syntax:
unit(s) doFSM [fsm name, position, target]
Parameters:
unit(s): Object or Array
[fsm name, position, target]: Array
Return Value:
Nothing

Examples

Example 1:
soldierOne doFSM' ["move.fsm", position player, player]

Additional Information

See also:
See also needed

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