 |
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.
5 #ifdef GUERILLA_LIB_EXPORTS
6 #define GUERILLA_LIB_API __declspec(dllexport)
8 #define GUERILLA_LIB_API __declspec(dllimport)
@ Int16
Indicates that the field is a 16-bit integer.
BlamPluginField * GetField(std::string id)
Definition: BlamPluginField_Block.cpp:22
@ Block
Indicates that the field is a tag block.
std::vector< BlamTagBlockEntry * > entries
The list of entries within this block.
Definition: block.h:80
@ Ascii
Indicates that the field is a string of text.
BlamVector4 value
The value of the field, represented as a 4D vector.
Definition: vector.h:23
@ Dataref
Indicates that the field is a data reference.
GuerillaBitmapFormat
Definition: bitmap.h:16
Data structure representing a tag block entry.
Definition: block.h:17
Class representing a block plugin field.
Definition: block.h:41
Class representing a block tag field.
Definition: block.h:77
BlamTagField * GetField(std::string field_id)
Definition: BlamTagBlockEntry.cpp:13
Class representing a Tag.
Definition: tags.h:210
BlamTagField * GetField(std::string field_id)
Locates a tag field with a specific ID.
Definition: BlamTag.cpp:672
@ Int64
Indicates that the field is a 32-bit integer.
int data_size
Definition: dataref.h:15
Class representing a tag enum field.
Definition: enum.h:53
void SaveToDisk(std::string _file_path)
Saves any modifications to the XML tag back to disk.
Definition: BlamTag.cpp:519
Class representing a Plugin.
Definition: tags.h:79
Class representing an integer tag field.
Definition: int.h:16
BlamTagBlockEntry * CreateNewEntry()
Definition: BlamTagField_Block.cpp:99
Class representing a vector tag field.
Definition: vector.h:18
void * data_address
Definition: dataref.h:14
#define GUERILLA_LIB_API
Definition: bitmap.h:8
GuerillaPixelFormat
Definition: bitmap.h:11
BlamTag * CreateNewTag()
Creates a new tag using the plugin.
Definition: BlamPlugin.cpp:585
BlamPluginField * GetField(std::string id)
Attempts to locate a field with a given ID.
Definition: BlamPlugin.cpp:624
bool validate_image_pixel_format(sail_image **image_pointer)
Ensures that the provided image is converted to a supported pixel format.
Definition: bitmap.cpp:31
@ Vector2
Indicates that the field is a vector2.
int64_t value
The value of the field, represented as a 32-bit integer.
Definition: int.h:21
@ Enum32
Indicates that the field is an Enum32.
std::string value
The value of the field.
Definition: ascii.h:23
Class representing an ascii tag field.
Definition: ascii.h:18