C# Class SaveSystem.SaveFile, gmap377_leathGloves_inc

Show file Open project: bi3mer/gmap377_leathGloves_inc

Public Properties

Property Type Description
BeamAmmo float
GoliathDead bool
MineAmmo float
MineLayerDead bool
Multiplier int
PlayerPosition Vector3
PlayerRotation Quaternion
RocketAmmo float
SaveVersion int
Score int
ScorpionDead bool
TankBossDead bool
TimesBeaten int
desertSamplePointChunks List
desertSamplePointLocations List
desertSamplePointObjectNames List
desertSamplePointSizes List
desertTriangleIndexes List
iceSamplePointChunks List
iceSamplePointLocations List
iceSamplePointObjectNames List
iceSamplePointSizes List
iceTriangleIndexes List
newGamePlus bool

Public Methods

Method Description
Initialize ( ) : void
Load ( ) : void
NewGamePlusLoad ( ) : void
SaveFile ( ) : System
SoftLoad ( ) : void

Method Details

Initialize() public method

public Initialize ( ) : void
return void

Load() public method

public Load ( ) : void
return void

NewGamePlusLoad() public method

public NewGamePlusLoad ( ) : void
return void

SaveFile() public method

public SaveFile ( ) : System
return System

SoftLoad() public method

public SoftLoad ( ) : void
return void

Property Details

BeamAmmo public property

public float BeamAmmo
return float

GoliathDead public property

public bool GoliathDead
return bool

MineAmmo public property

public float MineAmmo
return float

MineLayerDead public property

public bool MineLayerDead
return bool

Multiplier public property

public int Multiplier
return int

PlayerPosition public property

public Vector3 PlayerPosition
return Vector3

PlayerRotation public property

public Quaternion PlayerRotation
return Quaternion

RocketAmmo public property

public float RocketAmmo
return float

SaveVersion public property

public int SaveVersion
return int

Score public property

public int Score
return int

ScorpionDead public property

public bool ScorpionDead
return bool

TankBossDead public property

public bool TankBossDead
return bool

TimesBeaten public property

public int TimesBeaten
return int

desertSamplePointChunks public property

public List desertSamplePointChunks
return List

desertSamplePointLocations public property

public List desertSamplePointLocations
return List

desertSamplePointObjectNames public property

public List desertSamplePointObjectNames
return List

desertSamplePointSizes public property

public List desertSamplePointSizes
return List

desertTriangleIndexes public property

public List desertTriangleIndexes
return List

iceSamplePointChunks public property

public List iceSamplePointChunks
return List

iceSamplePointLocations public property

public List iceSamplePointLocations
return List

iceSamplePointObjectNames public property

public List iceSamplePointObjectNames
return List

iceSamplePointSizes public property

public List iceSamplePointSizes
return List

iceTriangleIndexes public property

public List iceTriangleIndexes
return List

newGamePlus public property

public bool newGamePlus
return bool