Table of Contents

Class MMFOptionInterface

Namespace
MoreSlugcats
Assembly
Assembly-CSharp.dll
public class MMFOptionInterface : OptionInterface
Inheritance
MMFOptionInterface
Inherited Members

Fields

ACCESSIBILITY_TAB

public const int ACCESSIBILITY_TAB = 2

Field Value

int

GENERAL_TAB

public const int GENERAL_TAB = 1

Field Value

int

PRESET_TAB

public const int PRESET_TAB = 0

Field Value

int

RED_MARK

public const string RED_MARK = "CHEAT_MARK"

Field Value

string

cheatColor

public readonly Color cheatColor

Field Value

Color

classicPresetBtn

public OpSimpleButton classicPresetBtn

Field Value

OpSimpleButton

currentPresetLabel

public OpLabel currentPresetLabel

Field Value

OpLabel

relaxedPresetBtn

public OpSimpleButton relaxedPresetBtn

Field Value

OpSimpleButton

remixPresetBtn

public OpSimpleButton remixPresetBtn

Field Value

OpSimpleButton

Methods

CheckPresetClassic()

public bool CheckPresetClassic()

Returns

bool

CheckPresetRelaxed()

public bool CheckPresetRelaxed()

Returns

bool

CheckPresetRemix()

public bool CheckPresetRemix()

Returns

bool

ConfirmDisableKarma()

public void ConfirmDisableKarma()

ConfirmPresetRelaxed(UIfocusable)

public void ConfirmPresetRelaxed(UIfocusable trigger)

Parameters

trigger UIfocusable

DisableDisabledKarma()

public void DisableDisabledKarma()

EnableDisabledKarma()

public void EnableDisabledKarma()

GetCurrentPresetString()

public string GetCurrentPresetString()

Returns

string

Initialize()

public override void Initialize()

PopulateWithConfigs(int, ConfigurableBase[][], string[])

public void PopulateWithConfigs(int tabIndex, ConfigurableBase[][] lists, string[] names)

Parameters

tabIndex int
lists ConfigurableBase[][]
names string[]

PresetClassic(UIfocusable)

public void PresetClassic(UIfocusable trigger)

Parameters

trigger UIfocusable

PresetRelaxed()

public void PresetRelaxed()

PresetRemix(UIfocusable)

public void PresetRemix(UIfocusable trigger)

Parameters

trigger UIfocusable

RefreshCurrentPresetLabel()

public void RefreshCurrentPresetLabel()

ValidationString()

public override string ValidationString()

Returns

string

WarningOff(UIfocusable)

public void WarningOff(UIfocusable trigger)

Parameters

trigger UIfocusable