#include <enum.h>
|
| Enum32Field (std::string _display_name, std::string _extra_info, std::vector< std::string > _options) |
|
| EnumField (BlamTagFieldType _type, std::string _display_name, std::string _extra_info, std::vector< std::string > _options) |
|
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...
|
|
| BlamTagClassField (BlamTagFieldType _type, std::string _display_name, std::string _extra_info) |
|
| BlamTagClassField (BlamTagFieldType _type, std::string _display_name, std::string _extra_info, std::string _valid_input_label) |
|
virtual void | SetMemoryLocation (void *new_address) |
| Sets the address of the data that the plugin field should display. More...
|
|
◆ Enum32Field()
Enum32Field::Enum32Field |
( |
std::string |
_display_name, |
|
|
std::string |
_extra_info, |
|
|
std::vector< std::string > |
_options |
|
) |
| |
The documentation for this class was generated from the following files:
- blam/api/v1/types/plugins/fields/enum/enum.h
- blam/api/v1/types/plugins/fields/enum/enum.cpp