![]() |
Blamite Game Engine - Strings
00315.05.27.21.0015.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
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... | |
Data structure containing extra data for a bitfield bit.
This data will only ever be located within a plugin.
std::string BlamBitfieldBitInfo::id |
The ID of the bit.
int BlamBitfieldBitInfo::index |
The bit's index.
std::string BlamBitfieldBitInfo::name |
The display name of the bit.