Skip to content

GTA Native Reference

This reference is generated from the current Varion client SDK typings.

javascript
import * as native from '@varion/natives';

const ped = native.playerPedId();
const coords = native.getEntityCoords(ped, true);

Summary

MetricValue
Total native declarations6673
Categories45
Source typingssdk/Varion.Client/types/@varion/natives/index.d.ts

Invoke Helpers

HelperReturn
invoke(hashOrName, ...args)NativeInvokeResult
invokeFloat(hashOrName, ...args)number
invokeString(hashOrName, ...args)string
invokeVector3(hashOrName, ...args)Vector3
invokeAsync(hashOrName, ...args)Promise<NativeInvokeResult>

Categories

CategoryDeclarations
APPS17
AUDIO281
BRAIN11
BUILTIN26
CAMERA248
CLOCK16
CUTSCENE56
DATAFILE57
DECORATOR12
DLC11
ENTITY189
EVENT13
EXTRAMETADATA49
FIRE21
GRAPHICS401
GTA25
HUD519
INTERIOR45
ITEMSETS9
LOBBY8
LOCALIZATION3
MISC334
MONEY356
NETSHOPPING41
NETWORK878
OBJECT166
PAD50
PATH60
PED615
PHYSICS49
PLAYER250
RECORDING17
REPLAY6
SAVEMIGRATION7
SCRIPT37
SECURITY3
SHAPETEST11
SOCIALCLUB84
STATS333
STREAMING123
TASK313
VEHICLE779
WATER12
WEAPON123
ZONE9

Full Catalog

Open Full Catalog for every generated declaration.

Source Backing

Generated from sdk/Varion.Client/types/@varion/natives/index.d.ts by tools/generate-public-native-docs.ps1.

Varion Multiplayer Platform