C# Class Mod.MyTreasureSpawner

Inheritance: TreasureSpawner
Afficher le fichier Open project: Jonesey13/TF-8-Player

Méthodes publiques

Свойство Type Description
ChestChances float[][]
DarkWorldTreasures bool[]
DefaultTreasureChances float[]
FullTreasureMask int[]

Méthodes publiques

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

Private Methods

Méthode Description
MyTreasureSpawner ( ) : System

Method Details

CanSpawnAnotherChest() public méthode

public CanSpawnAnotherChest ( int alreadySpawnedAmount ) : bool
alreadySpawnedAmount int
Résultat bool

MyTreasureSpawner() public méthode

public MyTreasureSpawner ( TowerFall session, int mask, float arrowChance, bool arrowShuffle ) : System
session TowerFall
mask int
arrowChance float
arrowShuffle bool
Résultat System

Property Details

ChestChances public_oe static_oe property

public static float[][] ChestChances
Résultat float[][]

DarkWorldTreasures public_oe static_oe property

public static bool[] DarkWorldTreasures
Résultat bool[]

DefaultTreasureChances public_oe static_oe property

public static float[] DefaultTreasureChances
Résultat float[]

FullTreasureMask public_oe static_oe property

public static int[] FullTreasureMask
Résultat int[]