Ar Dump
Revision as of 10:55, 20 July 2014 by imported>Odessa (link to con_sqv)
< [[::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
(None) Ar_Dump ToDump:array
Example
Ar_Dump SomeArray
See Also
- Ar_DumpID
- Con_SCOF (writes console output to an external text file)
- Con_SQV (prints all variables attached to a quest)
- DebugPrint
- Array Variables