EntityDestroyed

From RAGE Multiplayer Wiki
Revision as of 21:11, 19 January 2018 by Mcfloy (talk | contribs)

Event triggered when an entity is destroyed

Parameters

  • entity

Example

mp.events.add("entityDestroyed", entity => {
  // Do what you want
});