Table of Contents

Class MainMenu.UnlockCheatSequence

Namespace
Menu
Assembly
Assembly-CSharp.dll
public class MainMenu.UnlockCheatSequence
Inheritance
MainMenu.UnlockCheatSequence
Inherited Members

Fields

public const float BUTTON_DELAY_S = 2

Field Value

float
public static readonly MainMenu.AxisAction[] UI_AXIS_ACTIONS

Field Value

AxisAction[]
public static readonly string[] UI_BUTTON_ACTIONS

Field Value

string[]
public bool checkUnlock

Field Value

bool
public float lastSequenceTimeS

Field Value

float
public bool sequenceInProgress

Field Value

bool
public int sequenceState

Field Value

int
public bool shouldCheckUnlock

Field Value

bool

Properties

public bool FreezeMenuFuctions { get; }

Property Value

bool

Methods

public bool HasDisallowedAxisActions(Profiles.Profile profile, params MainMenu.AxisAction[] allowedActions)

Parameters

profile Profiles.Profile
allowedActions AxisAction[]

Returns

bool
public bool HasDisallowedButtonActions(Profiles.Profile profile, params string[] allowedActions)

Parameters

profile Profiles.Profile
allowedActions string[]

Returns

bool
public void Update(RainWorld rainWorld)

Parameters

rainWorld RainWorld