Colobot
Public Member Functions | Friends | List of all members
CBotTypResult Class Reference

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) More...
 
 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)
 
CBotClassGetClass () const
 
int GetLimite () const
 
void SetLimite (int n)
 
void SetArray (int *max)
 
CBotTypResultGetTypElem () const
 
bool Compare (const CBotTypResult &typ) const
 
bool Eq (int type) const
 
CBotTypResultoperator= (const CBotTypResult &src)
 

Friends

class CBotVarClass
 
class CBotVarPointer
 

Detailed Description

CBotTypResult class to define the complete type of a result.

Constructor & Destructor Documentation

CBotTypResult::CBotTypResult ( int  type)

CBotTypResult constructor for simple types (CBotTypInt to CBotTypString)

Parameters
typetype of created result, see CBotType

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