![]() |
Blamite Game Engine - Strings
00311.03.29.21.1456.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
Data structure representing an enum option. More...
#include <enum.h>
Public Attributes | |
std::string | id = "" |
The ID of the option. More... | |
std::string | name = "" |
The display name of the option. More... | |
int | value = -1 |
The raw value of the option. This is what is stored within a compiled tag. More... | |
Data structure representing an enum option.
std::string BlamEnumFieldOption::id = "" |
The ID of the option.
std::string BlamEnumFieldOption::name = "" |
The display name of the option.
int BlamEnumFieldOption::value = -1 |
The raw value of the option. This is what is stored within a compiled tag.