setDestination
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Armed Assault
- Version:
- 1.00
Description
- Description:
- Set the destination for path planning of the pilot.
Possible values for planningMode are:
"DoNotPlan",
"LeaderPlanned",
"LeaderDirect",
"FormationPlanned",
"VehiclePlanned"
Syntax
- Syntax:
- object setDestination [position, planningMode, forceReplan]
- Parameters:
- object: Object
- [position, planningMode, forceReplan]: Array
- position: Array - format Position
- planningMode: String
- forceReplan: Boolean Specifies if replanning of the path should be forced.
- Return Value:
- Nothing
Examples
Additional Information
- Multiplayer:
- -
- See also:
- expectedDestination, doMove
