Ar Dump
From GECK
A function added by the New Vegas Script Extender.
Contents
Description
Prints the contents of an array to the console in a human readable format. Intended as a debugging tool.
Syntax
(None) Ar_Dump ToDump:array
Example
AR_Dump SomeArray
See Also
- Ar_DumpID / Ar_DumpF
- 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