GetDebugModeState

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Used to check if a specific debug mode is toggled on or off. Previously undocumented.

Accepts a value from 0-4, which specifies the debug mode to check:

0	ToggleGodMode / TGM
1	ToggleAI / TAI
2	TCAI
3	ToggleCollision / TCL
4	TB 

Syntax

[help]
GetDebugModeState debugMode:int{0-4}

Example

GetDebugModeState 3
;will check if TCL is enabled. 

Notes

  • None at this time.

Reference

-lStewieAl, who looked at the function's code and provided these answers.

See Also