Native referenceRedM

GET_INTERIOR_AT_COORDS_WITH_TYPE

0xAAD6170AA33B13C0 INTERIOR
FUNCTION SIGNATURE
Interior GET_INTERIOR_AT_COORDS_WITH_TYPE(`x` (float), `y` (float), `z` (float), `interiorType` (const char*));
Property Value
Native Name GET_INTERIOR_AT_COORDS_WITH_TYPE
Hash 0xAAD6170AA33B13C0
Return Type Interior
Build 1207
Parameters x (float), y (float), z (float), interiorType (const char*)

Parameters

  • x (float)
  • y (float)
  • z (float)
  • interiorType (const char*)

Usage

Lua (Direct):

local result = GetInteriorAtCoordsWithType(x, y, z, interiorType)

Lua (Hash):

local result = Citizen.InvokeNative(0xAAD6170AA33B13C0, x, y, z, interiorType)

Back to INTERIOR