 |
Blamite Game Engine - blam!
00357.06.18.22.0809.blamite
The core library for the Blamite Game Engine.
|
int read_length
How many bytes to read from the start of the address.
Definition: BlamPluginField.h:57
BlamPluginFieldType type
The type of the field.
Definition: BlamPluginField.h:59
std::string display_name
The display name of the tag field.
Definition: BlamPluginField.h:52
Base class representing a plugin field.
Definition: BlamPluginField.h:49
bool visible
Whether or not this field should be marked as visible within the editor.
Definition: BlamPluginField.h:54
virtual void ShowImPropertyControl()
Shows a set of ImGUI controls representing the tag field.
Definition: BlamPluginField.cpp:14
virtual void SetMemoryLocation(void *new_address)
Sets the address of the data that the plugin field should display.
Definition: BlamPluginField.cpp:19
virtual std::string GetFieldXMLString(int offset)
Generates a string representing an XML node associated with this tag field, used for generating plugi...
Definition: BlamPluginField.cpp:24
std::string extra_info
Additional information to show alongside the field.
Definition: BlamPluginField.h:53
BlamPluginField(BlamPluginFieldType _type, std::string _display_name, std::string _extra_info)
Definition: BlamPluginField.cpp:7
void * read_address
The address of the data the field is currently representing.
Definition: BlamPluginField.h:56
BlamPluginFieldType
Definition: BlamPluginField.h:5