 |
Blamite Game Engine - Guerilla (Library)
00385.05.12.23.0209.blamite
The tag editor for the Blamite Game Engine.
|
Go to the documentation of this file.
4 #include <Strings/components/classes/vector/vector.h>
6 #ifdef GUERILLA_LIB_EXPORTS
7 #define GUERILLA_LIB_API __declspec(dllexport)
9 #define GUERILLA_LIB_API __declspec(dllimport)
23 BlamVector4 value = { 0.0f, 0.0f, 0.0f, 0.0f };
36 BlamVector2 GetVector2();
37 BlamVector3 GetVector3();
Class representing a tag field.
Definition: fields.h:164
BlamTagField_Vector(BlamTag *_tag, BlamTagFieldType _type)
Constructs a new integer tag field.
Definition: BlamTagField_Vector.cpp:8
BlamTagFieldType GetType()
Retrieves the type of this field.
Definition: BlamTagField.cpp:19
BlamVector2 GetVector2()
Definition: BlamTagField_Vector.cpp:77
@ Vector4
Indicates that the field is a vector4.
BlamTag * GetTag()
Retrieves the tag associated with this field.
Definition: BlamTagField.cpp:24
std::string field_id
The ID of this field.
Definition: fields.h:175
BlamVector4 value
The value of the field, represented as a 4D vector.
Definition: vector.h:23
BlamTagFieldType
Enumerator containing all possible tag field types.
Definition: fields.h:23
virtual std::string GenerateXMLString()
Generates a string with the field ID and value, ready to be written to an XML file.
Definition: BlamTagField.cpp:9
Class representing a Tag.
Definition: tags.h:210
std::string GenerateXMLString()
Generates a string with the field ID and value, ready to be written to an XML file.
Definition: BlamTagField_Vector.cpp:13
@ Vector3
Indicates that the field is a vector3.
Class representing a vector tag field.
Definition: vector.h:18
BlamVector3 GetVector3()
Definition: BlamTagField_Vector.cpp:82
#define GUERILLA_LIB_API
Definition: vector.h:9
@ Vector2
Indicates that the field is a vector2.
std::vector< char > GetValueAsBytes()
Retrieves the field value as a list of bytes.
Definition: BlamTagField_Vector.cpp:43
virtual std::vector< char > GetValueAsBytes()
Retrieves the field value as a list of bytes.
Definition: BlamTagField.cpp:14