![]() |
Blamite Game Engine - Guerilla (Library)
00390.07.02.23.1947.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"
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.
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. |