Native referenceRedM

_IS_INTERIOR_ENTITY_SET_VALID

0xD56FF170710FC826 INTERIOR
FUNCTION SIGNATURE
BOOL _IS_INTERIOR_ENTITY_SET_VALID(`interior` (Interior), `entitySetName` (const char*));
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

Back to INTERIOR