Con ShowVars

From GECK
Jump to: navigation, search


A function added by the New Vegas Script Extender.

Description

Prints the name and value of all variables in the script attached to the calling reference. Requires Console Echo to be toggled on. This function is useful for creating Debug Dumps with Con_SCOF.

Syntax

[help]
(None) reference.Con_ShowVars  

Example

SetConsoleEcho 1
SunnyREF.Con_ShowVars 

Notes

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

See Also