Native referenceFiveM

SET_ENTITY_AS_NO_LONGER_NEEDED

0xB736A491E64A32CF ENTITY
FUNCTION SIGNATURE
void SET_ENTITY_AS_NO_LONGER_NEEDED(Entity* entity);
Property Value
Native Name SET_ENTITY_AS_NO_LONGER_NEEDED
Hash 0xB736A491E64A32CF
Return Type void
Parameters entity (Entity*)

Description: ``` Marks the specified entity (ped, vehicle or object) as no longer needed.
Entities marked as no longer needed, will be deleted as the engine sees fit.

Back to ENTITY