![]() |
Blamite Game Engine - blam!
00346.12.11.21.0529.blamite
The core library for the Blamite Game Engine.
|
Class representing an int8 tag field. More...
#include <int.h>
Public Member Functions | |
Int8Field (std::string _display_name, std::string _extra_info) | |
![]() | |
IntField (BlamPluginFieldType _type, std::string _display_name, std::string _extra_info) | |
void | ShowImPropertyControl () |
Shows a set of ImGUI controls representing the tag field. More... | |
std::string | GetFieldXMLString (int offset) |
Generates a string representing an XML node associated with this tag field, used for generating plugin files. More... | |
![]() | |
BlamPluginField (BlamPluginFieldType _type, std::string _display_name, std::string _extra_info) | |
virtual void | SetMemoryLocation (void *new_address) |
Sets the address of the data that the plugin field should display. More... | |
Additional Inherited Members | |
![]() | |
std::string | display_name |
The display name of the tag field. More... | |
std::string | extra_info |
Additional information to show alongside the field. More... | |
void * | read_address |
The address of the data the field is currently representing. More... | |
int | read_length |
How many bytes to read from the start of the address. More... | |
BlamPluginFieldType | type |
The type of the field. More... | |
Class representing an int8 tag field.
Int8 fields store a byte
/unsigned char
, and takes up 1 byte in memory and in a tag file.
Int8Field::Int8Field | ( | std::string | _display_name, |
std::string | _extra_info | ||
) |