Native referenceFiveMserver

DELETE_ENTITY

0xFAA3D236 CFX
FUNCTION SIGNATURE
void DELETE_ENTITY(Entity entity);
Property Value
Native Name DELETE_ENTITY
Hash 0xFAA3D236
Return Type void
API Set server
Parameters entity (Entity)

Description: Deletes the specified entity.

NOTE: For trains this will only work if called on the train engine, it will not work on its carriages.

Parameters

  • entity (Entity) — The entity to delete.
Back to CFX