DeadTagComponent Class
Marker component attached to entities whose health has been depleted. More...
Declaration
Public Constructors Index
| DeadTagComponent ()=default | |
| DeadTagComponent (const DeadTagComponent &other)=delete | |
| DeadTagComponent (DeadTagComponent &&) noexcept=default | |
Public Operators Index
| DeadTagComponent & | operator= (const DeadTagComponent &other)=delete |
| DeadTagComponent & | operator= (DeadTagComponent &&) noexcept=default |
Description
Marker component attached to entities whose health has been depleted.
Systems can query for DeadTagComponent to apply death-related logic (e.g. scoring, VFX, cleanup) without re-checking health values. Move-only; copying is not permitted.
Definition at line 31 of file DeadTagComponent.ixx.
Public Constructors
DeadTagComponent()
| default |
Definition at line 34 of file DeadTagComponent.ixx.
Referenced by DeadTagComponent, DeadTagComponent, operator= and operator=.
DeadTagComponent()
| delete |
Definition at line 36 of file DeadTagComponent.ixx.
Reference DeadTagComponent.
DeadTagComponent()
| noexcept default |
Definition at line 40 of file DeadTagComponent.ixx.
Reference DeadTagComponent.
Public Operators
operator=()
| delete |
Definition at line 37 of file DeadTagComponent.ixx.
Reference DeadTagComponent.
operator=()
| noexcept default |
Definition at line 39 of file DeadTagComponent.ixx.
Reference DeadTagComponent.
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.