Pioneer
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
GameLog Class Reference

#include <GameLog.h>

Public Types

enum  Priority { PRIORITY_NORMAL = 0 , PRIORITY_IMPORTANT = 1 , PRIORITY_ALERT = 2 }
 

Public Member Functions

void Add (const std::string &)
 
void Add (const std::string &from, const std::string &msg, Priority priority)
 

Member Enumeration Documentation

◆ Priority

Enumerator
PRIORITY_NORMAL 
PRIORITY_IMPORTANT 
PRIORITY_ALERT 

Member Function Documentation

◆ Add() [1/2]

void GameLog::Add ( const std::string &  msg)
Here is the call graph for this function:

◆ Add() [2/2]

void GameLog::Add ( const std::string &  from,
const std::string &  msg,
GameLog::Priority  priority 
)
Here is the call graph for this function:

The documentation for this class was generated from the following files: