|
Colobot
|
The CBotDefParam class A list of parameters. More...
#include <src/CBot/CBotDefParam.h>

Public Member Functions | |
| CBotDefParam () | |
| CBotDefParam. More... | |
| ~CBotDefParam () | |
| ~CBotDefParam More... | |
| bool | Execute (CBotVar **ppVars, CBotStack *&pj) |
| Execute. More... | |
| bool | HasDefault () |
| Check if this parameter has a default value expression. More... | |
| void | RestoreState (CBotStack *&pj, bool bMain) |
| RestoreState. More... | |
| int | GetType () |
| GetType. More... | |
| CBotTypResult | GetTypResult () |
| GetTypResult. More... | |
| std::string | GetParamString () |
| GetParamString. More... | |
Public Member Functions inherited from CBot::CBotLinkedList< CBotDefParam > | |
| 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 | |
Protected Attributes inherited from CBot::CBotLinkedList< CBotDefParam > | |
| 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 |
| bool CBot::CBotDefParam::HasDefault | ( | ) |
Check if this parameter has a default value expression.
| 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.
1.8.13