Expand description
Defines the Event
enum and makes those events trigger when they’re sent
in the ECS.
Structs§
- Event
Plugin - Local
Player Events - A component that contains an event sender for events that are only
received by local players. The receiver for this is returned by
Client::start_client
.
Enums§
- Event
- Something that happened in-game, such as a tick passing or chat message being sent.