commandFSM: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 8: Line 8:
'''Operand types:'''
'''Operand types:'''


'''unit(s)''': [[Object]]or [[Array]]
'''unit(s)''': [[Object]] or [[Array]]
      
      
'''[fsm name, position, target]''': [[Array]]
'''[fsm name, position, target]''': [[Array]]

Revision as of 20:50, 4 July 2006


unit(s) commandFSM [fsm name, position, target]


Operand types:

unit(s): Object or Array

[fsm name, position, target]: Array

Type of returned value:

Nothing

Compatibility:

Version 2.53 required.

Description:

Orders a unit to process command defined by FSM file (via the radio).

Example:

soldierOne commandFSM ["move.fsm", position player, player]