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

Data structure containing extra data for a bitfield bit. More...

#include <bitfield.h>

Public Attributes

std::string id
 The ID of the bit. More...
 
std::string name
 The display name of the bit. More...
 
int index
 The bit's index. More...
 

Detailed Description

Data structure containing extra data for a bitfield bit.

This data will only ever be located within a plugin.

Member Data Documentation

◆ id

std::string BlamBitfieldBitInfo::id

The ID of the bit.

◆ index

int BlamBitfieldBitInfo::index

The bit's index.

◆ name

std::string BlamBitfieldBitInfo::name

The display name of the bit.


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