22 #include "CBot/CBotTypResult.h" 23 #include "CBot/CBotUtils.h" The CBotCallMethode class Class managing the methods declared by AddFunction on a class...
Definition: CBotCallMethode.h:37
The execution stack.
Definition: CBotStack.h:44
A CBot class definition.
Definition: CBotClass.h:105
~CBotCallMethode()
~CBotCallMethode
Definition: CBotCallMethode.cpp:43
CBotTypResult CompileCall(const std::string &name, CBotVar *pThis, CBotVar **ppVars, CBotCStack *pStack)
CompileCall Is acceptable by a call procedure name and given parameters.
Definition: CBotCallMethode.cpp:48
A CBot variable.
Definition: CBotVar.h:42
The CBotCStack class Management of the stack of compilation.
Definition: CBotCStack.h:35
CBotCallMethode(const std::string &name, bool rExec(CBotVar *pThis, CBotVar *pVar, CBotVar *pResult, int &Exception, void *user), CBotTypResult rCompile(CBotVar *pThis, CBotVar *&pVar))
CBotCallMethode.
Definition: CBotCallMethode.cpp:33
Definition: CBotUtils.h:99
Class to define the complete type of a variable.
Definition: CBotTypResult.h:47
int DoCall(const std::string &name, CBotVar *pThis, CBotVar **ppVars, CBotVar *&pResult, CBotStack *pStack, CBotToken *pFunc)
DoCall.
Definition: CBotCallMethode.cpp:74
CBot engine.
Definition: CBotCallMethode.cpp:28
Class representing one token of a program.
Definition: CBotToken.h:80