Colobot
|
CBotTypResult class to define the complete type of a result. More...
#include <CBotDll.h>
Public Member Functions | |
CBotTypResult (int type) | |
CBotTypResult constructor for simple types (CBotTypInt to CBotTypString) | |
CBotTypResult (int type, const char *name) | |
CBotTypResult (int type, CBotClass *pClass) | |
CBotTypResult (int type, CBotTypResult elem) | |
CBotTypResult (const CBotTypResult &typ) | |
int | GetType (int mode=0) const |
void | SetType (int n) |
CBotClass * | GetClass () const |
int | GetLimite () const |
void | SetLimite (int n) |
void | SetArray (int *max) |
CBotTypResult & | GetTypElem () const |
bool | Compare (const CBotTypResult &typ) const |
bool | Eq (int type) const |
CBotTypResult & | operator= (const CBotTypResult &src) |
Friends | |
class | CBotVarClass |
class | CBotVarPointer |
CBotTypResult class to define the complete type of a result.
CBotTypResult::CBotTypResult | ( | int | type | ) |
CBotTypResult constructor for simple types (CBotTypInt to CBotTypString)
type | type of created result, see CBotType |