![]() |
Blamite Game Engine - Guerilla (Library)
00429.01.19.25.0114.blamite
The tag editor for the Blamite Game Engine.
|
#include "tags.h"#include <Strings/components/resources/strings/strings.h>#include <Strings/components/logger/logger.h>#include <Strings/components/utils/string/string.h>#include "components/tags/fields/block/block.h"#include "components/projects/projects.h"
Include dependency graph for tags.cpp:Functions | |
| BlamTagField * | GetMissingFieldsComment () |
| Creates a new comment field containing a message about missing fields. More... | |
| BlamTagField * | LinkField (BlamTagField *tag_field, BlamPluginField *plugin_field, BlamTag *tag) |
| Links a given field with its associated plugin data, if available. More... | |
| BlamTagField* GetMissingFieldsComment | ( | ) |
Creates a new comment field containing a message about missing fields.
This is used to inform the user if any fields within the tag do not exist within the plugin file, and thus, would not be available when the tag is compiled.
Here is the caller graph for this function:| BlamTagField* LinkField | ( | BlamTagField * | tag_field, |
| BlamPluginField * | plugin_field, | ||
| BlamTag * | tag | ||
| ) |
Links a given field with its associated plugin data, if available.
| tag_field | - The tag field to link. If this is nullptr, a new field is created from the plugin field. |
| plugin_field | - The plugin field to link with the tag field. |
| tag | - The tag associated with the tag field. |
Here is the call graph for this function:
Here is the caller graph for this function: