DebugPrintVar
From GECK
(Redirected from DPrintV)
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
(none) DebugPrintVar variableName:variable
Or:
(none) DPrintV variableName:variable