ConsoleMan:SaveAllText
From Data Realms Wiki
Revision as of 14:41, 16 May 2009 by Thoughtprocess (Talk)
Function | |
---|---|
Syntax | ConsoleMan:SaveAllText( String file ) |
Description: | |
Saves a file, with the name 'file', containing all the console output and input to the Cortex Command directory. | |
Returns | nil |
Example | |
---|---|
Description | Saves all console I/O to lualog.txt in the same dir as Cortex Command.exe |
Code |
|
Output | nil to console, text to lualog.txt. |