Difference between revisions of "Ar Dump"
Jump to navigation
Jump to search
imported>Odessa (Created page with "{{Function |origin = NVSE |summary = Prints the contents of an array to the console in a human readable format. Intended as a debugging tool. |name = Ar_Dump |returnType...") |
imported>Odessa m (link to debug dumps) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 14: | Line 14: | ||
</pre> | </pre> | ||
==See Also== | ==See Also== | ||
*[[ | *[[Ar_DumpID]] | ||
*[[ | *[[Con_SCOF]] (writes console output to an external text file) | ||
*[[Con_SQV]] (prints all variables attached to a quest) | |||
*[[Debug Dumps]] | |||
*[[Print]] | |||
*[[DebugPrint]] | *[[DebugPrint]] | ||
*[[Array Variables]] | *[[Array Variables]] |
Latest revision as of 07: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
(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)
- Debug Dumps
- DebugPrint
- Array Variables