The CBotCallMethode class Class managing the methods declared by AddFunction on a class.
More...
#include <CBotCallMethode.h>
|
| CBotCallMethode (const std::string &name, bool rExec(CBotVar *pThis, CBotVar *pVar, CBotVar *pResult, int &Exception, void *user), CBotTypResult rCompile(CBotVar *pThis, CBotVar *&pVar)) |
| CBotCallMethode. More...
|
|
| ~CBotCallMethode () |
| ~CBotCallMethode More...
|
|
CBotTypResult | CompileCall (const std::string &name, CBotVar *pThis, CBotVar **ppVars, CBotCStack *pStack) |
| CompileCall Is acceptable by a call procedure name and given parameters. More...
|
|
int | DoCall (const std::string &name, CBotVar *pThis, CBotVar **ppVars, CBotVar *&pResult, CBotStack *pStack, CBotToken *pFunc) |
| DoCall. More...
|
|
virtual | ~CBotLinkedList () |
| Destructor. Be careful, destroys the whole linked list! More...
|
|
CBotCallMethode * | GetNext () |
| Returns the next variable in the linked list. More...
|
|
void | AddNext (CBotCallMethode *elem) |
| Appends a new element at the end of the linked list. More...
|
|
The CBotCallMethode class Class managing the methods declared by AddFunction on a class.
CBot::CBotCallMethode::CBotCallMethode |
( |
const std::string & |
name, |
|
|
bool |
rExecCBotVar *pThis, CBotVar *pVar, CBotVar *pResult, int &Exception, void *user, |
|
|
CBotTypResult |
rCompileCBotVar *pThis, CBotVar *&pVar |
|
) |
| |
CBot::CBotCallMethode::~CBotCallMethode |
( |
| ) |
|
CompileCall Is acceptable by a call procedure name and given parameters.
- Parameters
-
- Returns
DoCall.
- Parameters
-
name | |
pThis | |
ppVars | |
pResult | |
pStack | |
pFunc | |
- Returns
The documentation for this class was generated from the following files:
- /build/colobot-4LMcse/colobot-0.1.8/src/CBot/CBotCallMethode.h
- /build/colobot-4LMcse/colobot-0.1.8/src/CBot/CBotCallMethode.cpp