![]() |
Blamite Game Engine - blam!
00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
|
Structure representing a tag reference. More...
#include <tags.h>
Public Member Functions | |
tag_reference () | |
Public Attributes | |
char | tag_path [256] |
The path to the tag file. Used for initial tag loading. More... | |
void * | tag_address |
Address to the referenced tag. Once this is set, should be used exclusively rather than the path. More... | |
Structure representing a tag reference.
|
inline |
void* tag_reference::tag_address |
Address to the referenced tag. Once this is set, should be used exclusively rather than the path.
char tag_reference::tag_path[256] |
The path to the tag file. Used for initial tag loading.