Native referenceFiveM

_SET_ENTITY_CLEANUP_BY_ENGINE

0x3910051CCECDB00C ENTITY
FUNCTION SIGNATURE
void _SET_ENTITY_CLEANUP_BY_ENGINE(Entity entity, BOOL toggle);
Property Value
Native Name _SET_ENTITY_CLEANUP_BY_ENGINE
Hash 0x3910051CCECDB00C
Return Type void
Parameters entity (Entity), toggle (BOOL)

Description: ``` True means it can be deleted by the engine when switching lobbies/missions/etc, false means the script is expected to clean it up.

Back to ENTITY