DumpFormList

From GECK
Jump to: navigation, search


A function added by the ShowOff NVSE Plugin.

Description

Dumps the contents of a FormList. If fileName is omitted, the contents are dumped into console.

Otherwise, it dumps to the specified file (in the Fallout directory). If the file does not exist, it is created. If it exists and bAppend is omitted / is set to 1, the contents are appended to the file. Otherwise, all previous text is erased.

Syntax

[help]
DumpFormList FormList:baseForm fileName:string bAppend:0/1 

Or:

FListDump FormList:baseForm fileName:string bAppend:0/1

Example

DumpFormList Everything

Will output the contents of the "Everything" formlist in console.

DumpFormList Everything "Test.txt"

Will output the contents of the "Everything" formlist into "Fallout New Vegas/Test.txt". The content is appended to previous content.

See Also