Table of Contents

Class MeatmasFlags

Namespace
FistVR
Assembly
Assembly-CSharp.dll
public class MeatmasFlags
Inheritance
MeatmasFlags
Inherited Members

Constructors

MeatmasFlags()

public MeatmasFlags()

Fields

EAPAUnlocks

public bool[] EAPAUnlocks

Field Value

bool[]

GB

public int GB

Field Value

int

Hats

public Dictionary<string, int> Hats

Field Value

Dictionary<string, int>

MMMTCs

public int[] MMMTCs

Field Value

int[]

MMMiners

public bool[] MMMiners

Field Value

bool[]

MMMisKnown

public bool[] MMMisKnown

Field Value

bool[]

WPH

public List<int> WPH

Field Value

List<int>

hasGenWPH

public bool hasGenWPH

Field Value

bool

Methods

AGB(int)

public void AGB(int i)

Parameters

i int

AddHat(string)

public void AddHat(string h)

Parameters

h string

CollectCurrency(MMCurrency, int)

public void CollectCurrency(MMCurrency c, int amount)

Parameters

c MMCurrency
amount int

HasCurrency(MMCurrency)

public bool HasCurrency(MMCurrency c)

Parameters

c MMCurrency

Returns

bool

HasCurrency(MMCurrency, int)

public bool HasCurrency(MMCurrency c, int amount)

Parameters

c MMCurrency
amount int

Returns

bool

HasHat(string)

public bool HasHat(string h)

Parameters

h string

Returns

bool

InitializeFromSaveFile()

public void InitializeFromSaveFile()

IsCurrencyKnown(MMCurrency)

public bool IsCurrencyKnown(MMCurrency c)

Parameters

c MMCurrency

Returns

bool

IsEAPAUnlocked(int)

public bool IsEAPAUnlocked(int i)

Parameters

i int

Returns

bool

LearnCurrency(MMCurrency)

public void LearnCurrency(MMCurrency c)

Parameters

c MMCurrency

NumHat(string)

public int NumHat(string h)

Parameters

h string

Returns

int

RemoveCurrency(MMCurrency, int)

public void RemoveCurrency(MMCurrency c, int i)

Parameters

c MMCurrency
i int

RemoveHat(string)

public void RemoveHat(string h)

Parameters

h string

SGB(int)

public void SGB(int i)

Parameters

i int

SaveToFile()

public void SaveToFile()

UnlockEAPA(int)

public void UnlockEAPA(int i)

Parameters

i int