setDestination: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
(added parameters)
Line 13: Line 13:


|p1= [[Position]]
|p1= [[Position]]
|p2= planningMode: [[String]] ?
|p2= planningMode: [[String]]
|p3= forceReplan]: [[Boolean]] ?


possible Values: "DoNotPlan", "LeaderPlanned", "LeaderDirect", "FormationPlanned", "VehiclePlanned"
|p3= forceReplan: [[Boolean]]
Specifies if replanning of the path should be forced.
| [[Nothing]] |= Return value
| [[Nothing]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 06:56, 24 June 2008

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Set the destination for path planning of the pilot.
Groups:
Uncategorised

Syntax

Syntax:
Unit setDestination [ Position, planningMode, forceReplan]
Parameters:
Position
planningMode: String possible Values: "DoNotPlan", "LeaderPlanned", "LeaderDirect", "FormationPlanned", "VehiclePlanned"
forceReplan: Boolean Specifies if replanning of the path should be forced.
Return Value:
Nothing

Examples

Examples:
Example needed

Additional Information

See also:
expectedDestination

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