|
bool | Execute (CBotVar **ppVars, CBotStack *&pj, CBotVar *pInstance=NULL) |
|
void | RestoreState (CBotVar **ppVars, CBotStack *&pj, CBotVar *pInstance=NULL) |
|
void | AddNext (CBotFunction *p) |
|
CBotTypResult | CompileCall (const char *name, CBotVar **ppVars, long &nIdent) |
|
CBotFunction * | FindLocalOrPublic (long &nIdent, const char *name, CBotVar **ppVars, CBotTypResult &TypeOrError, bool bPublic=true) |
|
int | DoCall (long &nIdent, const char *name, CBotVar **ppVars, CBotStack *pStack, CBotToken *pToken) |
|
void | RestoreCall (long &nIdent, const char *name, CBotVar **ppVars, CBotStack *pStack) |
|
int | DoCall (long &nIdent, const char *name, CBotVar *pThis, CBotVar **ppVars, CBotStack *pStack, CBotToken *pToken, CBotClass *pClass) |
|
void | RestoreCall (long &nIdent, const char *name, CBotVar *pThis, CBotVar **ppVars, CBotStack *pStack, CBotClass *pClass) |
|
bool | CheckParam (CBotDefParam *pParam) |
|
CBotString | GetName () |
|
CBotString | GetParams () |
|
bool | IsPublic () |
|
bool | IsExtern () |
|
CBotFunction * | Next () |
|
bool | GetPosition (int &start, int &stop, CBotGet modestart, CBotGet modestop) |
|
|
class | CBotCStack |
|
class | CBotProgram |
|
class | CBotClass |
|
The documentation for this class was generated from the following files:
- /build/colobot-B0_a19/colobot-0.1.5/src/CBot/CBot.h
- /build/colobot-B0_a19/colobot-0.1.5/src/CBot/CBotFunction.cpp