#include <scenario.h>
|
std::string | class_name_long = "unknown" |
| The longer class name. Typically shown alongside short name for user-friendliness. More...
|
|
std::string | class_name_short = "unk!" |
| The short, 4-character name of the tag class. More...
|
|
int | version = 0 |
| The tag class version. Should be incremented any time a tag class is modified whatsoever. More...
|
|
std::vector< BlamTagClassRevision > | revisions |
| List of all tag class revisions. Does not get written to tags, but is included in plugin files. More...
|
|
std::vector< BlamTagClassField * > | fields |
| A series of tag fields that store the layout of the tag. More...
|
|
int | tag_size = 0 |
| The size of the tag's data. Used on loading/writing tag files.
More...
|
|
void * | tag_address = nullptr |
| The memory address of a tag. Used when a tag class is used in the context of a tag. More...
|
|
◆ ScenarioTagClass()
ScenarioTagClass::ScenarioTagClass |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: