Public Member Functions | Public Attributes

CCheatHelp Class Reference

List of all members.

Public Member Functions

 CCheatHelp (string command, int type)
void Description (string line)
void SeeAlso (string line)

Public Attributes

string command
uint type
bool scripted
bool disabled
array< stringdescription
array< stringsee_also

Constructor & Destructor Documentation

CCheatHelp ( string  command,
int  type 
)

Member Function Documentation

void Description ( string  line  ) 
void SeeAlso ( string  line  ) 

Member Data Documentation

uint type
bool scripted
bool disabled
array<string> see_also