The CBotCallMethode class Class managing the methods declared by AddFunction on a class.
More...
#include <src/CBot/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.
§ CBotCallMethode()
| CBot::CBotCallMethode::CBotCallMethode |
( |
const std::string & |
name, |
|
|
bool |
rExecCBotVar *pThis, CBotVar *pVar, CBotVar *pResult, int &Exception, void *user, |
|
|
CBotTypResult |
rCompileCBotVar *pThis, CBotVar *&pVar |
|
) |
| |
§ ~CBotCallMethode()
| CBot::CBotCallMethode::~CBotCallMethode |
( |
| ) |
|
§ CompileCall()
CompileCall Is acceptable by a call procedure name and given parameters.
- Parameters
-
- Returns
§ DoCall()
DoCall.
- Parameters
-
| name | |
| pThis | |
| ppVars | |
| pResult | |
| pStack | |
| pFunc | |
- Returns
The documentation for this class was generated from the following files: