Difference between revisions of "Con ShowVars"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Odessa
(Created. source me.)
 
imported>Tomm434
Line 11: Line 11:
<pre>
<pre>
SetConsoleEcho 1
SetConsoleEcho 1
Con_ShowVars SunnyREF
SunnyREF.Con_ShowVars  
</pre>
</pre>



Revision as of 17:15, 1 December 2014

< [[::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

[help]
(None) Con_ShowVars ToShowVarsOf:object

Example

SetConsoleEcho 1
SunnyREF.Con_ShowVars 

Notes

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

See Also