ConsoleMan:SaveAllText
From Data Realms Wiki
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. |