Difference between revisions of "SetDebugMode"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
(Automated import of articles)
 
imported>Geckbot
m (Robot: Automated text replacement (-'''.*'''\r\n +))
 
Line 1: Line 1:
'''SetDebugMode'''
{{Function
{{Function
  |origin = FOSE1
  |origin = FOSE1

Latest revision as of 15:16, 27 July 2010

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

A function added by the Fallout Script Extender.

Description

Toggles debug mode for all scripts belonging to a mod. When called in the console, the mod index of the mod for which debug messages are to be toggled can be specified by the second parameter (in decimal, not hexadecimal, format).

Syntax

[help]
SetDebugMode bEnableDebugMessages:int modIndex:int 

Or:

DBMode bEnableDebugMessages:int modIndex:int