EntityDeleted: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

8 September 2024

  • curprev 17:1517:15, 8 September 2024Pietrodc0 talk contribs 1,091 bytes +1,091 Created page with "This event is triggered when an Entity Is Deleted. From my testing, this event is only accessible on the serverside. {{ServersideCsJsEvent}} {{JSContainer| {{Parameters}} * '''entity''': {{RageType|Entity}} - the entity that was deleted {{Example}} <pre> function entityDeletedHandler(entity) { console.log(`Entity with handle id ${entity.id} has beenb deleted`); } mp.events.add("entityDeleted", entityDeletedHandler); </pre> }} {{CSharpConta..."