Difference between revisions of "DebugPrint"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Odessa
(clarified and added links)
imported>Odessa
(link to scof)
 
Line 21: Line 21:
*[[PrintToConsole]]
*[[PrintToConsole]]
*[[SetDebugMode]]
*[[SetDebugMode]]
*[[SCOF]] / [[Con_SCOF]] (to write console output to a file)
*[[Print]]
*[[Print]]
[[Category:Functions_(FOSE)]]
[[Category:Functions_(FOSE)]]
[[Category:Debugging]]
[[Category:Debugging]]

Latest revision as of 08:34, 21 July 2014

< [[::Category:Functions|Category:Functions]]

A function added by the Fallout Script Extender.

Description

Identical to PrintToConsole, but message is only printed if Debug mode is enabled for the calling mod.

Syntax

[help]
DebugPrint Message:string Formatting 

Or:

DBPrintC Message:string Formatting

Notes

See Also