DebugCheatsSystem

Documents the DebugCheatsSystem class and its functions.

triangle-exclamation

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

IncreaseGlobalTimeDilation

IncreasePlayerTimeDilation

ToggleCheat

Last updated