![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
Event type entry from JSON configuration. More...
#include <BTEventTypeRegistry.h>
Public Attributes | |
| std::string | id |
| std::string | displayName |
| std::string | domain |
| std::string | description |
| std::string | category |
Event type entry from JSON configuration.
Definition at line 23 of file BTEventTypeRegistry.h.
| std::string BTEventTypeRegistry::EventTypeEntry::category |
Definition at line 29 of file BTEventTypeRegistry.h.
Referenced by BTEventTypeRegistry::LoadFromJSON().
| std::string BTEventTypeRegistry::EventTypeEntry::description |
Definition at line 28 of file BTEventTypeRegistry.h.
Referenced by BTEventTypeRegistry::LoadFromJSON().
| std::string BTEventTypeRegistry::EventTypeEntry::displayName |
Definition at line 26 of file BTEventTypeRegistry.h.
Referenced by BTEventTypeRegistry::LoadFromJSON().
| std::string BTEventTypeRegistry::EventTypeEntry::domain |
Definition at line 27 of file BTEventTypeRegistry.h.
Referenced by BTEventTypeRegistry::LoadFromJSON().
| std::string BTEventTypeRegistry::EventTypeEntry::id |
Definition at line 25 of file BTEventTypeRegistry.h.
Referenced by BTEventTypeRegistry::LoadFromJSON().