MIST goRoute
From DCS World Wiki - Hoggitworld.com
mist.goRoute
Added with: Mist 2.0 | ||||||||
Description | ||||||||
Function uses Controller.setTask using the table path to define the route and waypoint actions for the specified group. | ||||||||
Syntax | ||||||||
boolean mist.goRoute(table/string group/groupName ,table path ) | ||||||||
Valid Input Values: | ||||||||
mist.goRoute('myGroup', path)
mist.goRoute(Group.getByName('myGroup'), path) | ||||||||
Return value: | ||||||||
boolean | ||||||||
Return example: | ||||||||
true | ||||||||
Usage Examples: | ||||||||
| ||||||||
Notes: | ||||||||
Version 3.2 changed this function to return true if the group exists and it attempts to assign a route. It is impossible to know if a route is assigned. | ||||||||
Related Functions | ||||||||
|