Difference between revisions of "SetConsoleOuputFile"
Jump to navigation
Jump to search
Converted to function template, added more information
imported>Wkilleen |
imported>Cipscis (Converted to function template, added more information) |
||
Line 1: | Line 1: | ||
{{Function | |||
|origin = GECK1 | |||
== | |summary = [[SetConsoleOuputFile]] creates a text file in the ''Fallout 3'' directory that stores console input and output. | ||
|alias = SCOF | |||
|arguments = {{FunctionArgument | |||
|Name = FileName | |||
|Type = string | |||
== | }} | ||
|example = SetConsoleOuputFile "Console.txt" | |||
}} | |||
==Notes== | |||
*The long name of this function is intentionally misspelled. Attempts to use ''SetConsoleOu'''t'''putFile'' will result in an error. | |||
*The file will not contain [[ToggleDebugText|Debug Text]]. | *The file will not contain [[ToggleDebugText|Debug Text]]. | ||
*If a file with the specified filename already exists, the output will be appended to the contents of the file. | |||
[[Category:Console Functions]] | [[Category:Console Functions]] | ||
[[Category:Designer Debug Tools]] | [[Category:Designer Debug Tools]] |