Ar DumpID
From GECK
A function added by the New Vegas Script Extender.
Contents
Description
Identically to Ar_Dump, prints the contents of an array to the console in a human readable format. However, the array is specified by its int ID instead of variable name. Intended usage is in-game debugging via the console.
You can find out the ID number for all arrays attached to a quest in game via the console command, ShowQuestVars.
Syntax
(None) Ar_DumpID ArrayID:int
Example
Ar_DumpID 1