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