vehicle.flyTo

From GTA Connected
Revision as of 08:45, 2 December 2020 by Mex (talk | contribs) (Created page with "{{ScriptItem |endpoint = client |type = method |class = Vehicle |name = flyTo |parameters = float x, float y, float z |parameter1 = float x The X coordinate to fly to. |parame...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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