|
Colobot
|
Public Attributes | |
| CBotProgram * | prog = nullptr |
| The program currently being compiled. | |
| CBotError | error = CBotNoErr |
| The current error state of the compile stack. | |
| int | errEnd = 0 |
| CBotTypResult | retTyp = CBotTypResult(CBotTypVoid) |
| The return type of the function currently being compiled. | |
| CBotProgram* CBot::CBotCStack::Data::prog = nullptr |
The program currently being compiled.
| CBotError CBot::CBotCStack::Data::error = CBotNoErr |
The current error state of the compile stack.
| CBotTypResult CBot::CBotCStack::Data::retTyp = CBotTypResult(CBotTypVoid) |
The return type of the function currently being compiled.