vehicle.flyTo

Revision as of 08:47, 2 December 2020 by Mex (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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