Con SQV
From GECK
A function added by the New Vegas Script Extender.
Contents
Description
Added by NVSE v4. Shows the specified quest's variables in the console window. Requires Console Echo to be toggled on. This function is useful for creating Debug Dumps with Con_SCOF.
Syntax
(None) Con_SQV ToShowVarsOf:Quest
Example
SetConsoleEcho 1 Con_SQV HolyGrailQuest
Will output to the console something like:
->iNumFollowers = 7 ->HasFoundGrail = 1 ->HasSiegedCastle = 0 ->fGameDayFound= 21.0524 ->aSomeArray = 188.0000 ->SomeStringVar = 165 --- Quest state ----------------------------- Running? Yes Current stage: 0 Priority: 50
Notes
- String and array variablea print their ID number rather than contents.
See Also
- Debug Dumps
- ShowQuestVars - Console version
- Con_SCOF
- GetConsoleEcho
- SetConsoleEcho
- Ar_Dump