Con SQV

Revision as of 09: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)
< [[::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

(None) Con_SQV ToShowVarsOf:Quest

Example

Con_SQV HolyGrailQuest

; or
if GetConsoleEcho
    Con_SQV HolyGrailQuest
endif

See Also