vehicle.flyTo: Difference between revisions

From GTA Connected
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 08:45, 2 December 2020

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