doFSM: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Fixed syntax)
mNo edit summary
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Orders a unit to process command defined by [[Fsm File Format|FSM]] file (silently). |= Description
| Orders a unit to process command defined by [[FSM]] file (silently). |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 05:29, 16 November 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