Public Attributes | |
| LState * | prev |
| LState * | next |
| int | all_paused |
| bool | paused |
| int32 | preventBreakCounter |
| int32 | callLevelCounter |
| bool | updated |
| Stack | stack |
| C_Lua_Stack | Cstack |
| struct FuncState * | mainState |
| struct FuncState * | currState |
| struct LexState * | lexstate |
| jmp_buf * | errorJmp |
| lua_Task * | task |
| lua_Task * | prevTask |
| uint32 | id |
| TObject | taskFunc |
| struct C_Lua_Stack | Cblocks [10] |
| int | numCblocks |
| int | sleepFor |