Justified
GmodGeneralConsole reference

Lua

Lua scripting settings (GMod-specific).

Lua

Lua scripting settings (GMod-specific).

This is a reference of all lua_* console commands. Use find lua in the console to search within this category.

All Commands (19)

CommandDefaultDescription
lua_dumpfontscmdDumps all the fonts registered on the client state using surface.CreateFont
lua_dumpfonts_menucmdDumps all the fonts registered on the menu state using surface.CreateFont
lua_dumptimers_clcmdDumps all the currently active Lua timers on the client
lua_dumptimers_menucmdDumps all the currently active Lua timers in the menu
lua_dumptimers_svcmdDumps all the currently active Lua timers on the server
lua_error_url0-
lua_filestatscmdLua File Stats
lua_log_cl0-
lua_log_sv0-
lua_matproxy1Whether to enable Lua material proxies or not.
lua_matproxy_nobindmat0Do not send material to the proxy bind function from C every frame.
lua_networkvar_bytespertick256-
lua_openscriptcmdOpen a Lua script
lua_openscript_clcmdOpen a Lua script
lua_refresh_filecmdManually refresh a serverside Lua script, as if it was auto refreshed by editing it.
lua_reloadentscmdReload all scripted entities
lua_runcmdRun a Lua command
lua_run_clcmdRun a Lua command
lua_strict0Enable extra checks for Lua API, such as argument type checking, errors that normally would be si...

On this page