Elaztek Developer Hub
Blamite Game Engine - Guerilla (Library)  00402.09.29.23.0627.blamite
The tag editor for the Blamite Game Engine.
BlamEnumFieldOption Struct Reference

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...
 

Detailed Description

Data structure representing an enum option.

Member Data Documentation

◆ id

std::string BlamEnumFieldOption::id = ""

The ID of the option.

◆ name

std::string BlamEnumFieldOption::name = ""

The display name of the option.

◆ value

int BlamEnumFieldOption::value = -1

The raw value of the option. This is what is stored within a compiled tag.


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