![]() |
Blamite Game Engine - Guerilla (Library)
00358.06.21.22.2150.blamite
The tag editor for the Blamite Game Engine.
|
Class representing a comment plugin field. More...
#include <comment.h>
Inheritance diagram for BlamPluginField_Comment:Public Member Functions | |
| BlamPluginField_Comment (BlamPluginField *base_field) | |
| Constructs a new comment plugin field. More... | |
| void | ParseCommentType (std::string comment_type_string) |
| Attempts to parse the comment_type of the field from a string. More... | |
Public Member Functions inherited from BlamPluginField | |
| BlamPluginField (BlamPlugin *_plugin, BlamTagFieldType _type) | |
| Constructs a new plugin field. More... | |
| BlamPluginField (BlamPluginField *_old_field) | |
| Constructs a new plugin field. More... | |
| BlamTagFieldType | GetType () |
| Retrieves the type of this field. More... | |
| BlamPlugin * | GetPlugin () |
| Retrieves the plugin this field is associated with. More... | |
| virtual BlamTagField * | GenerateTagField (BlamTag *tag) |
| Generates a new tag field from this plugin field. More... | |
| virtual BlamTagField * | GenerateTagField (BlamTagField *existing_tag_field) |
| Generates a new tag field from this plugin field. More... | |
| virtual BlamTagField * | GenerateTagField (BlamTag *tag, void *address) |
| Generates a new tag field from this plugin field. More... | |
Public Attributes | |
| BlamCommentType | comment_type = BlamCommentType::None |
| The type of the comment. More... | |
Public Attributes inherited from BlamPluginField | |
| int | offset = 0x0 |
| The offset of the field data. More... | |
| int | length = 0x0 |
| The length of the field data. More... | |
| bool | visible = true |
| Whether or not the field is visible. More... | |
| std::string | display_name = "" |
| The display name of the field. More... | |
| std::string | description = "" |
| An optional description of the field. More... | |
| std::string | field_id = "" |
| The ID of the field. More... | |
Class representing a comment plugin field.
A comment field stores no data within a compiled tag. They only exist within plugin files as a way to include helpful information and documentation directly within the tag editor.
| BlamPluginField_Comment::BlamPluginField_Comment | ( | BlamPluginField * | base_field | ) |
Constructs a new comment plugin field.
| base_field | - The base plugin data to use for this field. |
| void BlamPluginField_Comment::ParseCommentType | ( | std::string | comment_type_string | ) |
Attempts to parse the comment_type of the field from a string.
Used when reading plugin data.
| comment_type_string | - A string representing the comment type. |
| BlamCommentType BlamPluginField_Comment::comment_type = BlamCommentType::None |
The type of the comment.