doFSM: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Passed values) |
||
Line 29: | Line 29: | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
<dd class="notedate">Posted on August 23, 2007 - 08:36</dd> | |||
<dt class="note">'''[[User:Str|Str]]'''</dt><dd class="note">Values passed to FSM file are '''_unit''', '''_destination''' and '''_target'''</dd> | |||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> |
Revision as of 09:36, 23 August 2007
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
- Posted on August 23, 2007 - 08:36
- Str
- Values passed to FSM file are _unit, _destination and _target