Ar DumpF
From GECK
A function added by the New Vegas Script Extender version 6.1.
Contents
Description
Like Ar_Dump, but prints the contents of the array to the specified file (in the Fallout directory). Intended as a debugging tool.
If bAppend is omitted or set to 1, the contents of the file are appended to the file's previous text. Otherwise, all previous content is erased.
Syntax
(None) Ar_DumpF ToDump:array fileName:string bAppend:bool{0/1}
Example
Ar_DumpF SomeArray "MyFile.txt"
See Also
- DumpFormList Similar function but for FormLists.
- DumpLoadOrder
- Ar_Dump / Ar_DumpID
- WriteArrayToFile can be used for larger/multidimensional arrays that the console may not be able to fully display.
- Con_SCOF (writes console output to an external text file)
- Con_SQV (prints all variables attached to a quest)
- Debug Dumps
- DebugPrint
- Array Variables