C# 클래스 DamageMeter.Database.Structures.Skills

파일 보기 프로젝트 열기: neowutran/ShinraMeter 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DataSource IEnumerable

공개 메소드들

메소드 설명
Amount ( Entity source, Entity target, int skillid, bool timed, Database type ) : long
AmountCrit ( Entity source, Entity target, int skillid, bool timed, Database type ) : long
AmountWhite ( Entity source, Entity target, int skillid, bool timed, Database type ) : long
Average ( Entity source, Entity target, int skillid, bool timed, Database type ) : double
AverageCrit ( Entity source, Entity target, int skillid, bool timed, Database type ) : double
AverageWhite ( Entity source, Entity target, int skillid, bool timed, Database type ) : double
BiggestCrit ( Entity source, Entity target, bool timed ) : long
BiggestCrit ( Entity source, Entity target, int skillid, bool timed, Database type ) : long
BiggestHit ( Entity source, Entity target, int skillid, bool timed, Database type ) : long
BiggestWhite ( Entity source, Entity target, int skillid, bool timed, Database type ) : long
CritRate ( Entity source, Entity target, int skillid, bool timed, Database type ) : int
Crits ( Entity source, Entity target, int skillid, bool timed, Database type ) : int
DamageReceived ( Entity target, Entity source, bool timed ) : long
GetSkillsDealt ( Entity source, Entity target, bool timed ) : List
GetSkillsReceived ( Entity target, bool timed ) : List
Hits ( Entity source, Entity target, int skillid, bool timed, Database type ) : int
HitsReceived ( Entity target, Entity source, bool timed ) : int
LowestCrit ( Entity source, Entity target, int skillid, bool timed, Database type ) : long
Skills ( Dictionary sourceTargetSkill, Dictionary targetSourceSkill, Dictionary sourceTargetIdSkill, Dictionary sourceIdSkill ) : System.Collections.Generic
SkillsIdBySource ( UserEntity source, Entity target, bool timed ) : IEnumerable
SkillsIdByTarget ( Entity target ) : Tera.Game.Skill>>.IEnumerable
Type ( Entity source, Entity target, int skillid, NpcInfo pet, bool timed, Database type ) : bool
White ( Entity source, Entity target, int skillid, bool timed, Database type ) : int

비공개 메소드들

메소드 설명
DataSource ( Entity source, Entity target, int skillid, bool timed ) : IEnumerable

메소드 상세

Amount() 공개 메소드

public Amount ( Entity source, Entity target, int skillid, bool timed, Database type ) : long
source Entity
target Entity
skillid int
timed bool
type Database
리턴 long

AmountCrit() 공개 메소드

public AmountCrit ( Entity source, Entity target, int skillid, bool timed, Database type ) : long
source Entity
target Entity
skillid int
timed bool
type Database
리턴 long

AmountWhite() 공개 메소드

public AmountWhite ( Entity source, Entity target, int skillid, bool timed, Database type ) : long
source Entity
target Entity
skillid int
timed bool
type Database
리턴 long

Average() 공개 메소드

public Average ( Entity source, Entity target, int skillid, bool timed, Database type ) : double
source Entity
target Entity
skillid int
timed bool
type Database
리턴 double

AverageCrit() 공개 메소드

public AverageCrit ( Entity source, Entity target, int skillid, bool timed, Database type ) : double
source Entity
target Entity
skillid int
timed bool
type Database
리턴 double

AverageWhite() 공개 메소드

public AverageWhite ( Entity source, Entity target, int skillid, bool timed, Database type ) : double
source Entity
target Entity
skillid int
timed bool
type Database
리턴 double

BiggestCrit() 공개 메소드

public BiggestCrit ( Entity source, Entity target, bool timed ) : long
source Entity
target Entity
timed bool
리턴 long

BiggestCrit() 공개 메소드

public BiggestCrit ( Entity source, Entity target, int skillid, bool timed, Database type ) : long
source Entity
target Entity
skillid int
timed bool
type Database
리턴 long

BiggestHit() 공개 메소드

public BiggestHit ( Entity source, Entity target, int skillid, bool timed, Database type ) : long
source Entity
target Entity
skillid int
timed bool
type Database
리턴 long

BiggestWhite() 공개 메소드

public BiggestWhite ( Entity source, Entity target, int skillid, bool timed, Database type ) : long
source Entity
target Entity
skillid int
timed bool
type Database
리턴 long

CritRate() 공개 메소드

public CritRate ( Entity source, Entity target, int skillid, bool timed, Database type ) : int
source Entity
target Entity
skillid int
timed bool
type Database
리턴 int

Crits() 공개 메소드

public Crits ( Entity source, Entity target, int skillid, bool timed, Database type ) : int
source Entity
target Entity
skillid int
timed bool
type Database
리턴 int

DamageReceived() 공개 메소드

public DamageReceived ( Entity target, Entity source, bool timed ) : long
target Entity
source Entity
timed bool
리턴 long

GetSkillsDealt() 공개 메소드

public GetSkillsDealt ( Entity source, Entity target, bool timed ) : List
source Entity
target Entity
timed bool
리턴 List

GetSkillsReceived() 공개 메소드

public GetSkillsReceived ( Entity target, bool timed ) : List
target Entity
timed bool
리턴 List

Hits() 공개 메소드

public Hits ( Entity source, Entity target, int skillid, bool timed, Database type ) : int
source Entity
target Entity
skillid int
timed bool
type Database
리턴 int

HitsReceived() 공개 메소드

public HitsReceived ( Entity target, Entity source, bool timed ) : int
target Entity
source Entity
timed bool
리턴 int

LowestCrit() 공개 메소드

public LowestCrit ( Entity source, Entity target, int skillid, bool timed, Database type ) : long
source Entity
target Entity
skillid int
timed bool
type Database
리턴 long

Skills() 공개 메소드

public Skills ( Dictionary sourceTargetSkill, Dictionary targetSourceSkill, Dictionary sourceTargetIdSkill, Dictionary sourceIdSkill ) : System.Collections.Generic
sourceTargetSkill Dictionary
targetSourceSkill Dictionary
sourceTargetIdSkill Dictionary
sourceIdSkill Dictionary
리턴 System.Collections.Generic

SkillsIdBySource() 공개 메소드

public SkillsIdBySource ( UserEntity source, Entity target, bool timed ) : IEnumerable
source Tera.Game.UserEntity
target Entity
timed bool
리턴 IEnumerable

SkillsIdByTarget() 공개 메소드

public SkillsIdByTarget ( Entity target ) : Tera.Game.Skill>>.IEnumerable
target Entity
리턴 Tera.Game.Skill>>.IEnumerable

Type() 공개 메소드

public Type ( Entity source, Entity target, int skillid, NpcInfo pet, bool timed, Database type ) : bool
source Entity
target Entity
skillid int
pet Tera.Game.NpcInfo
timed bool
type Database
리턴 bool

White() 공개 메소드

public White ( Entity source, Entity target, int skillid, bool timed, Database type ) : int
source Entity
target Entity
skillid int
timed bool
type Database
리턴 int