Class MeatmasFlags
- Namespace
- FistVR
- Assembly
- Assembly-CSharp.dll
public class MeatmasFlags
- Inheritance
-
MeatmasFlags
- Inherited Members
-
Constructors
MeatmasFlags()
Fields
EAPAUnlocks
public bool[] EAPAUnlocks
Field Value
- bool[]
GB
Field Value
- int
Hats
public Dictionary<string, int> Hats
Field Value
- Dictionary<string, int>
MMMTCs
Field Value
- int[]
MMMiners
Field Value
- bool[]
MMMisKnown
Field Value
- bool[]
WPH
Field Value
- List<int>
hasGenWPH
Field Value
- bool
Methods
AGB(int)
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)
Parameters
i
int
SaveToFile()
UnlockEAPA(int)
public void UnlockEAPA(int i)
Parameters
i
int