doFSM: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 12: Line 12:
| unit(s) '''doFSM''' [fsmName, position, target] |= Syntax
| unit(s) '''doFSM''' [fsmName, position, target] |= Syntax


|p1 unit(s): [[Object]] or [[Array]] |= Parameter 1
|p1= unit(s): [[Object]] or [[Array]] |= Parameter 1
|p2= [fsmName, position, target]: [[Array]] |= Parameter 2
|p2= [fsmName, position, target]: [[Array]] |= Parameter 2



Revision as of 19:49, 22 January 2009

-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 [fsmName, position, target]
Parameters:
unit(s): Object or Array
[fsmName, position, target]: Array
fsmName: String
position: (Array)
target: Object
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

Posted on August 23, 2007 - 08:36
Str
Values passed to FSM file are _units, _destination and _target

Bottom Section