/tg/ Station 13 - Modules - TypesVar Details - Proc Details

lua_state

Vars

ckey_last_runnerCkey of the last user who ran a script on this lua state.
functions_to_executeCallbacks that need to be ran on next tick
globalsA list of all the variables in the state's environment
internal_idThe internal ID of the lua state stored in dreamluau's state list
logA log of every return, yield, and error for each chunk execution and function call
supress_runtimesWhether to supress logging BYOND runtimes for this state.
timer_enabledWhether the timer.lua script has been included into this lua context state.

Procs

resumePrefer 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