22 #include "CBot/CBotInstr/CBotInstr.h" 61 virtual const std::string
GetDebugName()
override {
return "CBotInstrCall"; }
63 virtual std::map<std::string, CBotInstr*>
GetDebugLinks()
override;
Class for one CBot instruction.
Definition: CBotInstr.h:86
static CBotInstr * Compile(CBotToken *&p, CBotCStack *pStack)
Compile.
Definition: CBotInstrCall.cpp:48
bool Execute(CBotStack *&pj) override
Execute.
Definition: CBotInstrCall.cpp:135
The execution stack.
Definition: CBotStack.h:44
virtual std::map< std::string, CBotInstr * > GetDebugLinks() override
Definition: CBotInstrCall.cpp:217
void RestoreState(CBotStack *&pj, bool bMain) override
RestoreState.
Definition: CBotInstrCall.cpp:172
Various utilities used for debugging.
Definition: CBotDebug.h:29
virtual std::string GetDebugData() override
Returns additional data associated with this instruction for debugging purposes.
Definition: CBotInstrCall.cpp:208
The CBotCStack class Management of the stack of compilation.
Definition: CBotCStack.h:35
A call to a function - func()
Definition: CBotInstrCall.h:32
Class to define the complete type of a variable.
Definition: CBotTypResult.h:47
CBot engine.
Definition: CBotCallMethode.cpp:28
Class representing one token of a program.
Definition: CBotToken.h:80
virtual const std::string GetDebugName() override
Returns the name of this class.
Definition: CBotInstrCall.h:61