Ar DumpF

From GECK
Jump to: navigation, search


A function added by the New Vegas Script Extender version 6.1.

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

[help]
(None) Ar_DumpF ToDump:array fileName:string bAppend:bool{0/1}

Example

Ar_DumpF SomeArray "MyFile.txt" 

See Also