DebugCheatsSystem

Documents the DebugCheatsSystem class and its functions.

NOT DOCUMENTED We currently don't have information on how these functions work. They are being documented here for visibility.

At this time it does appear that most debug / god related commands do not function as their underlying supporting code was likely stripped from the shipped game.

Invoking DebugCheatsSystem

To invoke the debug cheats system, use the following Global function:

dcs = Game.GetDebugCheatsSystem()

Sub-functions

DecreaseGlobalTimeDilation

DecreaseGlobalTimeDilation();

DecreasePlayerTimeDilation

DecreasePlayerTimeDilation();

EnableCheat

EnableCheat(object : ref:GameObject, cheatType : gamecheatsystemFlag, enable : Bool) : Bool;

HasCheat

HasCheat(object : ref:GameObject, gmType : gamecheatsystemFlag) : Bool;

IncreaseGlobalTimeDilation

IncreaseGlobalTimeDilation();

IncreasePlayerTimeDilation

IncreasePlayerTimeDilation();

ToggleCheat

ToggleCheat(object : ref:GameObject, gmType : gamecheatsystemFlag) : Bool;

Last updated