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 edit summary
 
Line 1: Line 1:
{{ScriptItem
{{ScriptItem
|endpoint = client
|endpoint = client
|games = vc sa
|type = method
|type = method
|class = Vehicle
|class = Vehicle

Latest revision as of 08:47, 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