ConVar.h File Reference

Declares the ConVar class used for interacting with the application through the console. More...

#include <string>
#include "Math/MathCommon.h"
#include "Graphics/Color.h"

Classes

class  ConVarListener
 Interface for listening to console variable changes. More...
class  ConVar
 Represents a single console variable or command. More...

Typedefs

typedef void(* fnConCommad )(Console *con, const char *cmd, void *userData, const std::vector< std::string > &args)
 The console command function prototype.

Detailed Description

Declares the ConVar class used for interacting with the application through the console.

Author:
Joe Forte
Date:
6/9/2008

Typedef Documentation

typedef void(* fnConCommad)(Console *con, const char *cmd, void *userData, const std::vector< std::string > &args)

The console command function prototype.

Parameters:
[in] con pointer to the console calling the command.
[in] cmd the full command string that initiated the comand.
[in] userData user data associated with the command.
[in] args the command line split into seperate strings.
Generated on Mon Apr 5 19:08:04 2010 for BrickOut |ReDuX| by  doxygen 1.6.3