| Property | Value |
|---|---|
| Native Name | GET_INTERIOR_AT_COORDS |
| Hash | 0xCDD36C9E5C469070 |
| Return Type | Interior |
| Build | 1207 |
| Parameters | x (float), y (float), z (float) |
Parameters
x(float)y(float)z(float)
Usage
Lua (Direct):
local result = GetInteriorAtCoords(x, y, z)
Lua (Hash):
local result = Citizen.InvokeNative(0xCDD36C9E5C469070, x, y, z)