GetShowOffDebugMode

From GECK
Jump to: navigation, search


A function added by the ShowOff NVSE Plugin.

Description

Returns 1 (true) if print messages are enabled for certain ShowOff NVSE functions, 0 (false) otherwise. Not particularly useful for most modmakers; this exists more-so to aid in ShowOff's development.

Syntax

[help]
(isDebugEnabled:0/1) GetShowOffDebugMode

Example

int isDebugEnabled
let isDebugEnabled := GetShowOffDebugMode 

See Also