Native referenceRedM

DEACTIVATE_INTERIOR_ENTITY_SET

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

Parameters

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

Usage

Lua (Direct):

DeactivateInteriorEntitySet(interior, entitySetName, p2)

Lua (Hash):

Citizen.InvokeNative(0x33B81A2C07A51FFF, interior, entitySetName, p2)

Back to INTERIOR