commandMove
From Bohemia Interactive Community
Click on the images for descriptions
Introduced in
- Game:
- Operation Flashpoint
- Version:
- 1.00
Description
- Description:
- Order the given unit(s) to move to the given location (via the radio). Exactly the same as doMove, except this command displays a radio message.
Syntax
- Syntax:
- unitName commandMove position
- Parameters:
- unitName: Object or Array
- position: (Array) - format Position
- Return Value:
- Nothing
Examples
- Example 1:
_soldier1 commandMove (getMarkerPos "Marker1")
Additional Information
- Multiplayer:
- This command is only effective when used on local units. When used on a remote unit, this command will create radio dialogue on the machine the unit is local to, but the unit will not move.
- See also:
- doMove, setDestination, moveTo, move, addWaypoint, fn_vbs_doMoveEx
Notes
Notes