Colobot
Public Attributes | List of all members
CBot::CBotCStack::Data Struct Reference

Public Attributes

CBotProgramprog = nullptr
 The program currently being compiled. More...
 
CBotError error = CBotNoErr
 The current error state of the compile stack. More...
 
int errEnd = 0
 
CBotTypResult retTyp = CBotTypResult(CBotTypVoid)
 The return type of the function currently being compiled. More...
 

Member Data Documentation

◆ prog

CBotProgram* CBot::CBotCStack::Data::prog = nullptr

The program currently being compiled.

◆ error

CBotError CBot::CBotCStack::Data::error = CBotNoErr

The current error state of the compile stack.

◆ retTyp

CBotTypResult CBot::CBotCStack::Data::retTyp = CBotTypResult(CBotTypVoid)

The return type of the function currently being compiled.


The documentation for this struct was generated from the following file: