Difference between revisions of "Ar Dump"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Odessa
(link to con_sqv)
imported>Odessa
m (link to debug dumps)
 
Line 17: Line 17:
*[[Con_SCOF]] (writes console output to an external text file)
*[[Con_SCOF]] (writes console output to an external text file)
*[[Con_SQV]] (prints all variables attached to a quest)
*[[Con_SQV]] (prints all variables attached to a quest)
*[[Debug Dumps]]
*[[Print]]
*[[Print]]
*[[DebugPrint]]
*[[DebugPrint]]

Latest revision as of 08:30, 21 July 2014

< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Prints the contents of an array to the console in a human readable format. Intended as a debugging tool.

Syntax

[help]
(None) Ar_Dump ToDump:array

Example

Ar_Dump SomeArray

See Also