Con SQV

From the Fallout3 GECK Wiki
Revision as of 08:49, 14 July 2014 by imported>Odessa (Created page with "{{Function |origin = NVSE |summary = Added by NVSE v4. Shows the specified quest's variables in the console window. Requires Console Echo to be toggled on...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Added by NVSE v4. Shows the specified quest's variables in the console window. Requires Console Echo to be toggled on.

Syntax

[help]
(None) Con_SQV ToShowVarsOf:Quest

Example

Con_SQV HolyGrailQuest

; or
if GetConsoleEcho
    Con_SQV HolyGrailQuest
endif

See Also