Con ShowVars

Revision as of 18:57, 17 August 2014 by imported>Odessa (Created. source me.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Prints the name and value of all variables in the script attached to the specified object. Requires Console Echo to be toggled on. This function is useful for creating Debug Dumps with Con_SCOF. Added by NVSE 4.5.6.

Syntax

(None) Con_ShowVars ToShowVarsOf:object

Example

SetConsoleEcho 1
Con_ShowVars SunnyREF

Notes

  • String and array variables print their ID number rather than contents.

See Also