lua_state 
Vars | |
| ckey_last_runner | Ckey of the last user who ran a script on this lua state. |
|---|---|
| functions_to_execute | Callbacks that need to be ran on next tick |
| globals | A list of all the variables in the state's environment |
| internal_id | The internal ID of the lua state stored in dreamluau's state list |
| log | A log of every return, yield, and error for each chunk execution and function call |
| supress_runtimes | Whether to supress logging BYOND runtimes for this state. |
| timer_enabled | Whether the timer.lua script has been included into this lua context state. |
Procs | |
| resume | Prefer calling SSlua.queue_resume over directly calling this |
Var Details
ckey_last_runner 
Ckey of the last user who ran a script on this lua state.
functions_to_execute 
Callbacks that need to be ran on next tick
globals 
A list of all the variables in the state's environment
internal_id 
The internal ID of the lua state stored in dreamluau's state list
log 
A log of every return, yield, and error for each chunk execution and function call
supress_runtimes 
Whether to supress logging BYOND runtimes for this state.
timer_enabled 
Whether the timer.lua script has been included into this lua context state.
Proc Details
resume
Prefer calling SSlua.queue_resume over directly calling this