endstone::ActorRemoveEvent
Called when an Actor is removed.
Bases: endstone::ActorEvent< Actor >
Attributes:
Name | Description |
---|---|
NAME |
Functions:
Name | Description |
---|---|
ActorEvent | |
getEventName |
NAME
const std::string endstone::ActorRemoveEvent::NAME;
ActorEvent
ActorEvent(ActorType &actor)
getEventName
std::string getEventName() override const
Gets a user-friendly identifier for this event.
Returns:
name of this event
Last updated on