-
Notifications
You must be signed in to change notification settings - Fork 306
Move
Jerommaas edited this page Mar 15, 2017
·
1 revision
Instantaneously move an aircraft to a new position. If no values for the altitude, heading, speed and climb rate are provided, the aircraft will keep the old values.
Usage:
MOVE acid,lat,lon,[alt,hdg,spd,vspd]
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
| acid | txt | yes | Aircraft ID |
| lat | float | yes | [[Latitude |
| lon | float | yes | [[Latitude |
| alt | float | no | Altitude |
| hdg | float | no | Heading |
| spd | float | no | Speed |
| vspd | float | no | Climb Rate [fpm] |