Click or drag to resize

Console Methods

The Console type exposes the following members.

Methods
  NameDescription
Public methodStatic memberClearCommand
Clear the command input field.
Public methodStatic memberClearHistory
Clear Console history.
Public methodStatic memberClearLog
Clear the Console log.
Public methodStatic memberDestroy
Destroy the Console.
Public methodStatic memberExecute
Execute a Lua command or expression on the Console.
Public methodStatic memberHide
Hide the Console.
Public methodStatic memberInitialize
Initialize the Console.
Public methodStatic memberList
List all members of a class on the Console.
Public methodStatic memberLog(Object)
Log an object on the Console.
Public methodStatic memberLog(String)
Log a line on the Console.
Public methodStatic memberScrollToBottom
Scroll the Console log to the bottom.
Public methodStatic memberScrollToTop
Scroll the Console log to the top.
Public methodStatic memberShow
Show the Console.
Public methodStatic memberToggle
Show if not visible, and vice versa.
Top
See Also