-
Notifications
You must be signed in to change notification settings - Fork 0
Game information
Qkrisi edited this page Jan 18, 2021
·
6 revisions
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.