Difference between revisions of "Con SQV"

15 bytes added ,  08:29, 21 July 2014
m
link to debug dumps
imported>Odessa
(expanded)
imported>Odessa
m (link to debug dumps)
 
Line 1: Line 1:
{{Function
{{Function
  |origin = NVSE
  |origin = NVSE
  |summary = Added by NVSE v4. Shows the specified quest's variables in the console window. Requires [[SetConsoleEcho|Console Echo]] to be toggled on. This function is useful for creating debug dumps with [[Con_SCOF]].
  |summary = Added by NVSE v4. Shows the specified quest's variables in the console window. Requires [[SetConsoleEcho|Console Echo]] to be toggled on. This function is useful for creating [[Debug Dumps]] with [[Con_SCOF]].
  |name = Con_SQV
  |name = Con_SQV
  |returnType = None
  |returnType = None
Line 28: Line 28:
</pre>
</pre>
==Notes==
==Notes==
*String and array variable contents are not printed in a human readable form.
*String and array variablea print their ID number rather than contents.
==See Also==
==See Also==
*[[Debug Dumps]]
*[[ShowQuestVars]] - Console version
*[[ShowQuestVars]] - Console version
*[[Con_SCOF]]
*[[Con_SCOF]]
Anonymous user