/tg/ Station 13 - Modules - TypesVar Details

lua_editor

Vars

argumentsArguments for a function call or coroutine resume
force_inputIf set, we will force the script input to be this
force_modalIf set, we will force the editor's modal to be this
force_view_chunkIf set, we will force the editor to look at this chunk
last_errorIf set, the latest code execution performed from the editor raised an error, and this is the message from that error
pageThe log page we are currently on
show_global_tableIf not set, the global table will not be shown in the lua editor

Var Details

arguments

Arguments for a function call or coroutine resume

force_input

If set, we will force the script input to be this

force_modal

If set, we will force the editor's modal to be this

force_view_chunk

If set, we will force the editor to look at this chunk

last_error

If set, the latest code execution performed from the editor raised an error, and this is the message from that error

page

The log page we are currently on

show_global_table

If not set, the global table will not be shown in the lua editor