Default Methods - StrongJoshua/libgdx-inGameConsole GitHub Wiki
Default Methods
This is a list of the default CommandExecutor
methods and their descriptions. All descriptions are present in the Javadoc annotations as well.
printLog(String path)
Prints the log to a local file using the given local path.
exitApp()
Closes the application completely.
help()
Shows all available methods, and their parameter types, in the console.