helios/engine/mechanics/match/events/README.md File
Namespaces Index
| namespace | events |
|
Events related to match rule processing. More... | |
File Listing
The file content with the documentation metadata removed is:
# helios::engine::mechanics::match::events
Events related to match rule processing.
## Events
| Event | Description |
|-------|-------------|
| `PlayerDiedEvent` | Emitted when the player entity dies |
## PlayerDiedEvent
Published when the player entity's health is depleted. Contains:
- `source()` – Handle of the deceased player entity
Consumed by match-rule systems to trigger life loss, game-over
transitions, or respawn logic.
---
<details>
<summary>Doxygen</summary><p>
@namespace helios::engine::mechanics::match::events
@brief Events related to match rule processing.
@details Contains event classes for player death and match-level state changes.
</p></details>
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.