doFSM: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Reset version to 1.00, link to FSM)
Line 4: Line 4:
| arma |= Game name
| arma |= Game name


|2.53|= Game version
|1.00|= Game version
____________________________________________________________________________________________
____________________________________________________________________________________________


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


| 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]] |= Parameter 1


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


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value
Line 22: Line 22:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


}}
}}

Revision as of 09:43, 2 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
[fsm name, position, target]: Array
Return Value:
Nothing

Examples

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

Additional Information

See also:
[[]]

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