lua_editor 
Vars | |
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 |
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