Description: Hashed version of GET_INTERIOR_AT_COORDS_WITH_TYPE
| Property | Value |
|---|---|
| Native Name | GET_INTERIOR_AT_COORDS_WITH_TYPEHASH |
| Hash | 0x3543AEA1816D1D2B |
| Return Type | Interior |
| Build | 1207 |
| Parameters | x (float), y (float), z (float), typeHash (Hash) |
Parameters
x(float)y(float)z(float)typeHash(Hash)
Usage
Lua (Direct):
local result = GetInteriorAtCoordsWithTypehash(x, y, z, typeHash)
Lua (Hash):
local result = Citizen.InvokeNative(0x3543AEA1816D1D2B, x, y, z, typeHash)