Public Attributes | |
| int | originalNumber |
| LineOfCode * | compiledLines |
| int | numLocals |
| int | timeLeft |
| int | numArgs |
| Variable * | localVars |
| VariableStack * | stack |
| Variable | reg |
| uint | runThisLine |
| LoadedFunction * | calledBy |
| LoadedFunction * | next |
| bool | returnSomething |
| bool | isSpeech |
| bool | unfreezable |
| bool | cancelMe |
| byte | freezerLevel |