Colobot
|
The CBotDefParam class A list of parameters. More...
#include <CBotDefParam.h>
Public Member Functions | |
CBotDefParam () | |
CBotDefParam. More... | |
~CBotDefParam () | |
~CBotDefParam More... | |
bool | Execute (CBotVar **ppVars, CBotStack *&pj) |
Execute. More... | |
void | RestoreState (CBotStack *&pj, bool bMain) |
RestoreState. More... | |
int | GetType () |
GetType. More... | |
CBotTypResult | GetTypResult () |
GetTypResult. More... | |
std::string | GetParamString () |
GetParamString. More... | |
![]() | |
virtual | ~CBotLinkedList () |
Destructor. Be careful, destroys the whole linked list! More... | |
CBotDefParam * | GetNext () |
Returns the next variable in the linked list. More... | |
void | AddNext (CBotDefParam *elem) |
Appends a new element at the end of the linked list. More... | |
Static Public Member Functions | |
static CBotDefParam * | Compile (CBotToken *&p, CBotCStack *pStack) |
Compile Compiles a list of parameters. More... | |
Additional Inherited Members | |
![]() | |
CBotDefParam * | m_next |
The CBotDefParam class A list of parameters.
CBot::CBotDefParam::CBotDefParam | ( | ) |
CBot::CBotDefParam::~CBotDefParam | ( | ) |
~CBotDefParam
|
static |
Compile Compiles a list of parameters.
p | |
pStack |
Execute.
ppVars | |
pj |
void CBot::CBotDefParam::RestoreState | ( | CBotStack *& | pj, |
bool | bMain | ||
) |
RestoreState.
pj | |
bMain |
int CBot::CBotDefParam::GetType | ( | ) |
GetType.
CBotTypResult CBot::CBotDefParam::GetTypResult | ( | ) |
GetTypResult.
std::string CBot::CBotDefParam::GetParamString | ( | ) |
GetParamString.