Blamite Game Engine - blam!  00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
tag_reference Struct Reference

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...
 

Detailed Description

Structure representing a tag reference.

Constructor & Destructor Documentation

◆ tag_reference()

tag_reference::tag_reference ( )
inline

Member Data Documentation

◆ tag_address

void* tag_reference::tag_address

Address to the referenced tag. Once this is set, should be used exclusively rather than the path.

◆ tag_path

char tag_reference::tag_path[256]

The path to the tag file. Used for initial tag loading.


The documentation for this struct was generated from the following file: