C# Class Mod.MyTreasureSpawner

Inheritance: TreasureSpawner
Exibir arquivo Open project: Jonesey13/TF-8-Player

Public Properties

Property Type Description
ChestChances float[][]
DarkWorldTreasures bool[]
DefaultTreasureChances float[]
FullTreasureMask int[]

Public Methods

Method Description
CanSpawnAnotherChest ( int alreadySpawnedAmount ) : bool
MyTreasureSpawner ( TowerFall session, int mask, float arrowChance, bool arrowShuffle ) : System

Private Methods

Method Description
MyTreasureSpawner ( ) : System

Method Details

CanSpawnAnotherChest() public method

public CanSpawnAnotherChest ( int alreadySpawnedAmount ) : bool
alreadySpawnedAmount int
return bool

MyTreasureSpawner() public method

public MyTreasureSpawner ( TowerFall session, int mask, float arrowChance, bool arrowShuffle ) : System
session TowerFall
mask int
arrowChance float
arrowShuffle bool
return System

Property Details

ChestChances public_oe static_oe property

public static float[][] ChestChances
return float[][]

DarkWorldTreasures public_oe static_oe property

public static bool[] DarkWorldTreasures
return bool[]

DefaultTreasureChances public_oe static_oe property

public static float[] DefaultTreasureChances
return float[]

FullTreasureMask public_oe static_oe property

public static int[] FullTreasureMask
return int[]