Public Member Functions

GameVar Class Reference
[Server API]

Represents game variable. More...


Detailed Description

Represents game variable.

For the GameVar class following types of the operations are overloaded:

List of all members.

Public Member Functions

int GetValue ()
int GetMin ()
int GetMax ()
bool IsQuest ()
uint GetQuestStr ()
Overloaded equality operators

int opCmp (const GameVar&)
int opCmp (const int)
bool opEquals (const GameVar&)
bool opEquals (const int)
Overloaded assignment operators

GameVaropAssign (const GameVar&)
GameVaropAssign (const int)
GameVaropDivAssign (const GameVar&)
GameVaropDivAssign (const int)
GameVaropMulAssign (const GameVar&)
GameVaropMulAssign (const int)
GameVaropSubAssign (const GameVar&)
GameVaropSubAssign (const int)
GameVaropAddAssign (const GameVar&)
GameVaropAddAssign (const int)
Overloaded arithmetic operators

int opAdd (const GameVar&)
int opAdd (const int)
int opSub (const GameVar&)
int opSub (const int)
int opDiv (const GameVar&)
int opDiv (const int)
int opMul (const GameVar&)
int opMul (const int)

Member Function Documentation

int GetValue (  ) 
int GetMin (  ) 
int GetMax (  ) 
bool IsQuest (  ) 
uint GetQuestStr (  ) 
int opCmp ( const GameVar  ) 
int opCmp ( const   int  ) 
bool opEquals ( const GameVar  ) 
bool opEquals ( const   int  ) 
GameVar& opAssign ( const GameVar  ) 
GameVar& opAssign ( const   int  ) 
GameVar& opDivAssign ( const GameVar  ) 
GameVar& opDivAssign ( const   int  ) 
GameVar& opMulAssign ( const GameVar  ) 
GameVar& opMulAssign ( const   int  ) 
GameVar& opSubAssign ( const GameVar  ) 
GameVar& opSubAssign ( const   int  ) 
GameVar& opAddAssign ( const GameVar  ) 
GameVar& opAddAssign ( const   int  ) 
int opAdd ( const GameVar  ) 
int opAdd ( const   int  ) 
int opSub ( const GameVar  ) 
int opSub ( const   int  ) 
int opDiv ( const GameVar  ) 
int opDiv ( const   int  ) 
int opMul ( const GameVar  ) 
int opMul ( const   int  )