Table of Contents

Class ReturnRotwienersSaveGames

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

Constructors

ReturnRotwienersSaveGames()

public ReturnRotwienersSaveGames()

Fields

CurrentSaveGame

public int CurrentSaveGame

Field Value

int

HBA

public bool HBA

Field Value

bool

HBC

public bool HBC

Field Value

bool

HBH

public bool HBH

Field Value

bool

SaveGame1

public Dictionary<string, int> SaveGame1

Field Value

Dictionary<string, int>

SaveGame2

public Dictionary<string, int> SaveGame2

Field Value

Dictionary<string, int>

SaveGame3

public Dictionary<string, int> SaveGame3

Field Value

Dictionary<string, int>

Methods

DeleteSaveGame(int)

public void DeleteSaveGame(int i)

Parameters

i int

InitializeFromSaveFile()

public void InitializeFromSaveFile()

SaveToFile()

public void SaveToFile()

SetCurrentSaveGame(int)

public void SetCurrentSaveGame(int i)

Parameters

i int

WriteToSaveFromFlagM(Dictionary<string, int>)

public void WriteToSaveFromFlagM(Dictionary<string, int> flags)

Parameters

flags Dictionary<string, int>