commandFSM: Difference between revisions
Jump to navigation
Jump to search
m (Bot: Replacing category Scripting Commands Arma 3 with Arma 3: Scripting Commands) |
m (Bot: Reverted to revision 70475 by Str_bi_wiki on 2013-03-25T10:46:07Z) |
||
Line 37: | Line 37: | ||
[[Category:Scripting Commands|COMMANDFSM]] | [[Category:Scripting Commands|COMMANDFSM]] | ||
[[Category:Scripting Commands ArmA|COMMANDFSM]] | [[Category:Scripting Commands ArmA|COMMANDFSM]] | ||
[[Category: | [[Category:Command_Group:_Groups|{{uc:{{PAGENAME}}}}]] | ||
[[Category: | [[Category:Command_Group:_Unit_Control|{{uc:{{PAGENAME}}}}]] | ||
[[Category: | [[Category:Command_Group:_Program_Flow|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Arma 3: | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
[[Category: | [[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]] |
Revision as of 17:43, 3 December 2018
Description
- Description:
- Orders a unit to process command defined by FSM file (via the radio).
- Groups:
- Uncategorised
Syntax
- Syntax:
- unitName commandFSM [fsm name, position, target]
- Parameters:
- unitName: Object or Array
- [fsm name, position, target]: Array
- Return Value:
- Nothing
Examples
- Example 1:
_soldierOne commandFSM ["move.fsm", position player, player]
Additional Information
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
Categories:
- Scripting Commands
- Introduced with Arma version 1.00
- Arma: New Scripting Commands
- Arma: Scripting Commands
- Command Group: Uncategorised
- Scripting Commands ArmA
- Command Group: Groups
- Command Group: Unit Control
- Command Group: Program Flow
- Scripting Commands ArmA2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters