Native referenceRedM

REMOVE_DOOR_FROM_SYSTEM

0x464D8E1427156FE4 OBJECT
FUNCTION SIGNATURE
void REMOVE_DOOR_FROM_SYSTEM(Hash doorHash);
Property Value
Native Name REMOVE_DOOR_FROM_SYSTEM
Hash 0x464D8E1427156FE4
Return Type void
Build 1207
Parameters doorHash (Hash)

Description: CDoor and CDoorSystemData still internally allocated (and their associations between doorHash, modelHash, and coordinates).

Only its NetObj removed and flag *(v2 + 192) |= 8u (1604 retail) toggled.

Usage

Lua (Direct):

RemoveDoorFromSystem(doorHash)

Lua (Hash):

Citizen.InvokeNative(0x464D8E1427156FE4, doorHash)
Back to OBJECT