Module engine.DebugConsole
Functions
_M:autoComplete () | Autocomplete the current line Will handle either tables (eg. |
_M:functionHelp (func, verbose) | Prints comments for a function |
_M:historyColumns (strings, offset) | Add a list of strings to the history with multiple columns |
_M:scrollUp (i) | Scroll the zone |
Functions
- _M:autoComplete ()
- Autocomplete the current line Will handle either tables (eg. mod.cla -> mod.class) or paths (eg. "/mod/cla" -> "/mod/class/")
- _M:functionHelp (func, verbose)
-
Prints comments for a function
Parameters
- func:
- verbose:
- _M:historyColumns (strings, offset)
-
Add a list of strings to the history with multiple columns
Parameters
- strings: Array of strings to add to the history
- offset: Number of spaces to add on the left-hand side
- _M:scrollUp (i)
-
Scroll the zone
Parameters
- i: number representing how many lines to scroll