| Property | Value |
|---|---|
| Native Name | _IS_INTERIOR_ENTITY_SET_VALID |
| Hash | 0xD56FF170710FC826 |
| Return Type | BOOL |
| Build | 1207 |
| Parameters | interior (Interior), entitySetName (const char*) |
Parameters
interior(Interior)entitySetName(const char*)
Usage
Lua (Direct):
local result = IsInteriorEntitySetValid(interior, entitySetName)
Lua (Hash):
local result = Citizen.InvokeNative(0xD56FF170710FC826, interior, entitySetName)
End of INTERIOR natives