Engine:Console commands: Difference between revisions

Line 59: Line 59:
Lua context commands:
Lua context commands:
: [[MACRO lua.lua_edit|lua_edit]] - (none), / - Runs Lua command in the main Lua runtime
: [[MACRO lua.lua_edit|lua_edit]] - (none), / - Runs Lua command in the main Lua runtime
: [[MACRO lua.run|run]] - lua run - Runs a Lua command in the Lua runtime
: [[MACRO lua.run|run]] - lua run - Runs a Lua command in the Lua runtime as though were in a lua console
: [[MACRO lua.block|block]] - lua run - Runs a Lua command block in the Lua runtime
: [[MACRO lua.block|block]] - lua run - Runs a Lua command block in the Lua runtime
: [[MACRO lua.exit|exit]] - lua exit - Immediately switches current context to 'global'
: [[MACRO lua.exit|exit]] - lua exit - Immediately switches current context to 'global'