Native referenceRedM

IS_INTERIOR_ENTITY_SET_ACTIVE

0x32810CA2125F5842 INTERIOR
FUNCTION SIGNATURE
BOOL IS_INTERIOR_ENTITY_SET_ACTIVE(`interior` (Interior), `entitySetName` (const char*));
Property Value
Native Name IS_INTERIOR_ENTITY_SET_ACTIVE
Hash 0x32810CA2125F5842
Return Type BOOL
Build 1207
Parameters interior (Interior), entitySetName (const char*)

Parameters

  • interior (Interior)
  • entitySetName (const char*)

Usage

Lua (Direct):

local result = IsInteriorEntitySetActive(interior, entitySetName)

Lua (Hash):

local result = Citizen.InvokeNative(0x32810CA2125F5842, interior, entitySetName)

Back to INTERIOR