 |
Blamite Game Engine - blam!
00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
|
Go to the documentation of this file.
3 #include "../tagclass.h"
51 {1,
"haloman30",
"Initial implementation."}
60 new AsciiField(
"name",
"the name of the color, used for retrieval later on"),
Namespace containing things related to tag data.
Definition: bitmap.h:9
Structure representing a Color Table tag.
Definition: color_table.h:31
BLAM color_table__block * GetColorTableBlockEntry_Color(void *tag_address, int entry)
Retrieves the color block from a color table tag.
Definition: color_table.cpp:18
Structure representing a tag block.
Definition: tags.h:79
D2D1_COLOR_F color
Definition: color_table.h:21
char ascii[32]
Typedef for an ascii field, used in tag data definitions.
Definition: fields.h:21
ascii name
Definition: color_table.h:20
int tag_size
The size of the tag's data. Used on loading/writing tag files.
Definition: tagclass.h:53
Class representing a tag block, also referred to as a struct or reflexive in the modding community.
Definition: fields.h:745
tag_block< color_table__block > color_block_data
Tag block for Color data.
Definition: color_table.h:33
Class representing a tag class.
Definition: tagclass.h:43
ColorTableTagClass()
Definition: color_table.h:44
Class representing a color tag field.
Definition: fields.h:289
std::string class_name_short
The short, 4-character name of the tag class.
Definition: tagclass.h:47
Structure representing an entry in a Color block.
Definition: color_table.h:18
#define BLAM
Definition: discord_rpc.h:8
Class representing an ascii tag field.
Definition: fields.h:89
int version
The tag class version. Should be incremented any time a tag class is modified whatsoever.
Definition: tagclass.h:48
std::string class_name_long
The longer class name. Typically shown alongside short name for user-friendliness.
Definition: tagclass.h:46
BLAM color_table * GetColorTableTag(std::string tag_path)
Definition: color_table.cpp:5
std::vector< BlamTagClassRevision > revisions
List of all tag class revisions. Does not get written to tags, but is included in plugin files.
Definition: tagclass.h:49
Tag class information for Color Table tags.
Definition: color_table.h:41
std::vector< TagField * > fields
A series of tag fields that store the layout of the tag.
Definition: tagclass.h:51