DebugPrintVar

From GECK
Jump to: navigation, search


A function added by the New Vegas Script Extender version 6.3.0.

Description

As PrintVar, but outputs to console only if the calling mod has debug mode enabled. Primary use case is debugging while scripting.

Syntax

[help]
(none) DebugPrintVar variableName:variable 

Or:

(none) DPrintV variableName:variable 

See Also