Skip to Content
⚠ Under Construction
ReferenceC++ APIActorRemoveEvent

endstone::ActorRemoveEvent

Called when an Actor is removed.

Bases: endstone::ActorEvent< Actor >

Attributes:

NameDescription
NAME

Functions:

NameDescription
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