C# Class Critters, UnderworldExporter

Class for storing critter info from Objects.dat
Inheritance: Props
Afficher le fichier Open project: hankmorgan/UnderworldExporter Class Usage Examples

Méthodes publiques

Свойство Type Description
AttackPower int[]
AvgHit int[]
Blood int[]
Category int[]
EquipDamage int[]
Exp int[]
GeneralType int[]
Level int[]
Passive int[]
Poison int[]
ProbPercent1 int[]
ProbPercent2 int[]
ProbPercent3 int[]
ProbValue1 int[]
ProbValue2 int[]
ProbValue3 int[]
Remains int[]
Speed int[]

Méthodes publiques

Méthode Description
Load ( string fileName ) : bool

Load the specified fileName.

Method Details

Load() public méthode

Load the specified fileName.
public Load ( string fileName ) : bool
fileName string File name.
Résultat bool

Property Details

AttackPower public_oe property

public int[] AttackPower
Résultat int[]

AvgHit public_oe property

public int[] AvgHit
Résultat int[]

Blood public_oe property

public int[] Blood
Résultat int[]

Category public_oe property

public int[] Category
Résultat int[]

EquipDamage public_oe property

public int[] EquipDamage
Résultat int[]

Exp public_oe property

public int[] Exp
Résultat int[]

GeneralType public_oe property

public int[] GeneralType
Résultat int[]

Level public_oe property

public int[] Level
Résultat int[]

Passive public_oe property

public int[] Passive
Résultat int[]

Poison public_oe property

public int[] Poison
Résultat int[]

ProbPercent1 public_oe property

public int[] ProbPercent1
Résultat int[]

ProbPercent2 public_oe property

public int[] ProbPercent2
Résultat int[]

ProbPercent3 public_oe property

public int[] ProbPercent3
Résultat int[]

ProbValue1 public_oe property

public int[] ProbValue1
Résultat int[]

ProbValue2 public_oe property

public int[] ProbValue2
Résultat int[]

ProbValue3 public_oe property

public int[] ProbValue3
Résultat int[]

Remains public_oe property

public int[] Remains
Résultat int[]

Speed public_oe property

public int[] Speed
Résultat int[]