vehicle.flyTo
flyTo
Signature: void flyTo(float x, float y, float z)
Usage: make the vehicle fly to a 3D position using internal game path data
Parameters
- float x The X coordinate to fly to.
- float y The Y coordinate to fly to.
- float z The Z coordinate to fly to.
Return
void
On failure: void