Ar Dump

From the Fallout3 GECK Wiki
Revision as of 15:45, 29 June 2014 by 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::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