C# 클래스 Critters, UnderworldExporter

Class for storing critter info from Objects.dat
상속: Props
파일 보기 프로젝트 열기: hankmorgan/UnderworldExporter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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[]

공개 메소드들

메소드 설명
Load ( string fileName ) : bool

Load the specified fileName.

메소드 상세

Load() 공개 메소드

Load the specified fileName.
public Load ( string fileName ) : bool
fileName string File name.
리턴 bool

프로퍼티 상세

AttackPower 공개적으로 프로퍼티

public int[] AttackPower
리턴 int[]

AvgHit 공개적으로 프로퍼티

public int[] AvgHit
리턴 int[]

Blood 공개적으로 프로퍼티

public int[] Blood
리턴 int[]

Category 공개적으로 프로퍼티

public int[] Category
리턴 int[]

EquipDamage 공개적으로 프로퍼티

public int[] EquipDamage
리턴 int[]

Exp 공개적으로 프로퍼티

public int[] Exp
리턴 int[]

GeneralType 공개적으로 프로퍼티

public int[] GeneralType
리턴 int[]

Level 공개적으로 프로퍼티

public int[] Level
리턴 int[]

Passive 공개적으로 프로퍼티

public int[] Passive
리턴 int[]

Poison 공개적으로 프로퍼티

public int[] Poison
리턴 int[]

ProbPercent1 공개적으로 프로퍼티

public int[] ProbPercent1
리턴 int[]

ProbPercent2 공개적으로 프로퍼티

public int[] ProbPercent2
리턴 int[]

ProbPercent3 공개적으로 프로퍼티

public int[] ProbPercent3
리턴 int[]

ProbValue1 공개적으로 프로퍼티

public int[] ProbValue1
리턴 int[]

ProbValue2 공개적으로 프로퍼티

public int[] ProbValue2
리턴 int[]

ProbValue3 공개적으로 프로퍼티

public int[] ProbValue3
리턴 int[]

Remains 공개적으로 프로퍼티

public int[] Remains
리턴 int[]

Speed 공개적으로 프로퍼티

public int[] Speed
리턴 int[]