Blamite Game Engine - blam!  00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
placeholders.h File Reference
#include <string>

Go to the source code of this file.

Classes

struct  Blam::Placeholders::Placeholder
 Structure to contain Placeholder data. More...
 

Namespaces

 Blam
 Namespace surrounding all major engine components.
 
 Blam::Placeholders
 Namespace containing things related to the Placeholders system.
 

Macros

#define PLACEHOLDERS_FILE_NAME   "placeholders.xml"
 The file to read placeholder information from. More...
 
#define BLAM
 

Functions

BLAM int Blam::Placeholders::LoadPlaceholders ()
 Load placeholder data from placeholders.xml. More...
 
BLAM int Blam::Placeholders::GetCount ()
 Retrieves the amount of placeholders loaded. More...
 
BLAM Placeholder Blam::Placeholders::GetAt (int i)
 Retrieves the placeholder at the specified index. More...
 
BLAM std::string Blam::Placeholders::ApplyPlaceholders (std::string string)
 Replaces any and all placeholder tags in the specified string with their evaulated values. More...
 

Macro Definition Documentation

◆ BLAM

#define BLAM

◆ PLACEHOLDERS_FILE_NAME

#define PLACEHOLDERS_FILE_NAME   "placeholders.xml"

The file to read placeholder information from.