![]() |
Blamite Game Engine - Guerilla (Library)
00402.09.29.23.0627.blamite
The tag editor for the Blamite Game Engine.
|
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.