Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Public Attributes | List of all members
BTEventTypeRegistry::EventTypeEntry Struct Reference

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
 

Detailed Description

Event type entry from JSON configuration.

Definition at line 23 of file BTEventTypeRegistry.h.

Member Data Documentation

◆ category

std::string BTEventTypeRegistry::EventTypeEntry::category

Definition at line 29 of file BTEventTypeRegistry.h.

Referenced by BTEventTypeRegistry::LoadFromJSON().

◆ description

std::string BTEventTypeRegistry::EventTypeEntry::description

Definition at line 28 of file BTEventTypeRegistry.h.

Referenced by BTEventTypeRegistry::LoadFromJSON().

◆ displayName

std::string BTEventTypeRegistry::EventTypeEntry::displayName

Definition at line 26 of file BTEventTypeRegistry.h.

Referenced by BTEventTypeRegistry::LoadFromJSON().

◆ domain

std::string BTEventTypeRegistry::EventTypeEntry::domain

Definition at line 27 of file BTEventTypeRegistry.h.

Referenced by BTEventTypeRegistry::LoadFromJSON().

◆ id

std::string BTEventTypeRegistry::EventTypeEntry::id

Definition at line 25 of file BTEventTypeRegistry.h.

Referenced by BTEventTypeRegistry::LoadFromJSON().


The documentation for this struct was generated from the following file: