Colobot
Public Member Functions | Static Public Member Functions | List of all members
CBot::CBotDefParam Class Reference

The CBotDefParam class A list of parameters. More...

#include <CBotDefParam.h>

Inheritance diagram for CBot::CBotDefParam:
Inheritance graph
[legend]

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...
 
- Public Member Functions inherited from CBot::CBotLinkedList< CBotDefParam >
virtual ~CBotLinkedList ()
 Destructor. Be careful, destroys the whole linked list! More...
 
CBotDefParamGetNext ()
 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 CBotDefParamCompile (CBotToken *&p, CBotCStack *pStack)
 Compile Compiles a list of parameters. More...
 

Additional Inherited Members

- Protected Attributes inherited from CBot::CBotLinkedList< CBotDefParam >
CBotDefParamm_next
 

Detailed Description

The CBotDefParam class A list of parameters.

Constructor & Destructor Documentation

CBot::CBotDefParam::CBotDefParam ( )
CBot::CBotDefParam::~CBotDefParam ( )

~CBotDefParam

Member Function Documentation

CBotDefParam * CBot::CBotDefParam::Compile ( CBotToken *&  p,
CBotCStack pStack 
)
static

Compile Compiles a list of parameters.

Parameters
p
pStack
Returns
bool CBot::CBotDefParam::Execute ( CBotVar **  ppVars,
CBotStack *&  pj 
)

Execute.

Parameters
ppVars
pj
Returns
void CBot::CBotDefParam::RestoreState ( CBotStack *&  pj,
bool  bMain 
)

RestoreState.

Parameters
pj
bMain
int CBot::CBotDefParam::GetType ( )

GetType.

Returns
CBotTypResult CBot::CBotDefParam::GetTypResult ( )

GetTypResult.

Returns
std::string CBot::CBotDefParam::GetParamString ( )

GetParamString.

Returns

The documentation for this class was generated from the following files: