ConsoleMan:SaveAllText

From Data Realms Wiki

Jump to: navigation, search
Function
SyntaxConsoleMan:SaveAllText( String file )
Description:
Saves a file, with the name 'file', containing all the console output and input to the Cortex Command directory.
Returnsnil




Example
DescriptionSaves all console I/O to lualog.txt in the same dir as Cortex Command.exe
Code
  1. ConsoleMan:SaveAllText("lualog.txt")
Outputnil to console, text to lualog.txt.
Personal tools