![]() |
Blamite Game Engine - Guerilla (Library)
00390.07.02.23.1947.blamite
The tag editor for the Blamite Game Engine.
|
#include "fields.h"
#include <Strings/components/utils/string/string.h>
#include <Strings/components/classes/vector/vector.h>
#include <Strings/components/resources/color/BlamColor.h>
#include <Strings/components/classes/map/map.h>
#include "ascii/ascii.h"
#include "bitfield/bitfield.h"
#include "block/block.h"
#include "color/color.h"
#include "comment/comment.h"
#include "dataref/dataref.h"
#include "enum/enum.h"
#include "float32/float32.h"
#include "int/int.h"
#include "tagref/tagref.h"
#include "vector/vector.h"
Functions | |
void | verify_dataref_value_hint_map () |
Verifies that the dataref value hint map has the appropriate data. More... | |
void | verify_tag_field_name_map () |
Verifies that the tag field name map has the appropriate data. More... | |
Variables | |
BlamMap< BlamDatarefValueHintType, std::string > | dataref_value_hint_map = BlamMap<BlamDatarefValueHintType, std::string>() |
A map containing a collection of dataref value hint types. More... | |
BlamMap< std::string, BlamTagFieldType > | tag_field_name_map = BlamMap<std::string, BlamTagFieldType>() |
A map containing a collection of tag field type/name mappings. More... | |
void verify_dataref_value_hint_map | ( | ) |
Verifies that the dataref value hint map has the appropriate data.
If the map is empty, it will initialize the map and add the appropriate data.
void verify_tag_field_name_map | ( | ) |
Verifies that the tag field name map has the appropriate data.
If the map is empty, it will initialize the map and add the appropriate data.
BlamMap<BlamDatarefValueHintType, std::string> dataref_value_hint_map = BlamMap<BlamDatarefValueHintType, std::string>() |
A map containing a collection of dataref value hint types.
Each key contains a BlamDatarefValueHintType, and each value contains the string representation of the hint type.
BlamMap<std::string, BlamTagFieldType> tag_field_name_map = BlamMap<std::string, BlamTagFieldType>() |
A map containing a collection of tag field type/name mappings.
Each key contains a possible name of the field type, with each value containing the equivalent BlamTagFieldType value.