lua_state

Vars | |
globals | A list of all the variables in the state's environment |
---|---|
internal_id | The internal ID of the lua state stored in auxlua's global map |
log | A log of every return, yield, and error for each chunk execution and function call |
references | A list in which to store datums and lists instantiated in lua, ensuring that they don't get garbage collected |
Procs | |
resume | Prefer calling SSlua.queue_resume over directly calling this |
Var Details
globals

A list of all the variables in the state's environment
internal_id

The internal ID of the lua state stored in auxlua's global map
log

A log of every return, yield, and error for each chunk execution and function call
references

A list in which to store datums and lists instantiated in lua, ensuring that they don't get garbage collected
Proc Details
resume
Prefer calling SSlua.queue_resume over directly calling this