Skip to content

Game information

Qkrisi edited this page Jan 18, 2021 · 6 revisions

Game information


protected bool TwitchPlaysActive;

Will be true if Twitch Plays is active.*


protected bool TimeModeActive;

Will be true if the bomb is in Time Mode.*


protected bool ZenModeActive;

Will be true if the bomb is in Zen Mode.*


protected bool IsTestHarness {get;}

Will be true if the bomb was started in the Unity Editor.


protected bool ColorblindMode {get;}

Will be true if colorblind mode is enabled. (Requires KMColorblindMode.)


*Not recommended to use before KMBombModule.OnActivate() or KMNeedyModule.OnActivate(). Read more about these fields here.

Clone this wiki locally