C# Class DamageMeter.Database.Structures.Skills

Afficher le fichier Open project: neowutran/ShinraMeter Class Usage Examples

Private Properties

Свойство Type Description
DataSource IEnumerable

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
DataSource ( Entity source, Entity target, int skillid, bool timed ) : IEnumerable

Method Details

Amount() public méthode

public Amount ( Entity source, Entity target, int skillid, bool timed, Database type ) : long
source Entity
target Entity
skillid int
timed bool
type Database
Résultat long

AmountCrit() public méthode

public AmountCrit ( Entity source, Entity target, int skillid, bool timed, Database type ) : long
source Entity
target Entity
skillid int
timed bool
type Database
Résultat long

AmountWhite() public méthode

public AmountWhite ( Entity source, Entity target, int skillid, bool timed, Database type ) : long
source Entity
target Entity
skillid int
timed bool
type Database
Résultat long

Average() public méthode

public Average ( Entity source, Entity target, int skillid, bool timed, Database type ) : double
source Entity
target Entity
skillid int
timed bool
type Database
Résultat double

AverageCrit() public méthode

public AverageCrit ( Entity source, Entity target, int skillid, bool timed, Database type ) : double
source Entity
target Entity
skillid int
timed bool
type Database
Résultat double

AverageWhite() public méthode

public AverageWhite ( Entity source, Entity target, int skillid, bool timed, Database type ) : double
source Entity
target Entity
skillid int
timed bool
type Database
Résultat double

BiggestCrit() public méthode

public BiggestCrit ( Entity source, Entity target, bool timed ) : long
source Entity
target Entity
timed bool
Résultat long

BiggestCrit() public méthode

public BiggestCrit ( Entity source, Entity target, int skillid, bool timed, Database type ) : long
source Entity
target Entity
skillid int
timed bool
type Database
Résultat long

BiggestHit() public méthode

public BiggestHit ( Entity source, Entity target, int skillid, bool timed, Database type ) : long
source Entity
target Entity
skillid int
timed bool
type Database
Résultat long

BiggestWhite() public méthode

public BiggestWhite ( Entity source, Entity target, int skillid, bool timed, Database type ) : long
source Entity
target Entity
skillid int
timed bool
type Database
Résultat long

CritRate() public méthode

public CritRate ( Entity source, Entity target, int skillid, bool timed, Database type ) : int
source Entity
target Entity
skillid int
timed bool
type Database
Résultat int

Crits() public méthode

public Crits ( Entity source, Entity target, int skillid, bool timed, Database type ) : int
source Entity
target Entity
skillid int
timed bool
type Database
Résultat int

DamageReceived() public méthode

public DamageReceived ( Entity target, Entity source, bool timed ) : long
target Entity
source Entity
timed bool
Résultat long

GetSkillsDealt() public méthode

public GetSkillsDealt ( Entity source, Entity target, bool timed ) : List
source Entity
target Entity
timed bool
Résultat List

GetSkillsReceived() public méthode

public GetSkillsReceived ( Entity target, bool timed ) : List
target Entity
timed bool
Résultat List

Hits() public méthode

public Hits ( Entity source, Entity target, int skillid, bool timed, Database type ) : int
source Entity
target Entity
skillid int
timed bool
type Database
Résultat int

HitsReceived() public méthode

public HitsReceived ( Entity target, Entity source, bool timed ) : int
target Entity
source Entity
timed bool
Résultat int

LowestCrit() public méthode

public LowestCrit ( Entity source, Entity target, int skillid, bool timed, Database type ) : long
source Entity
target Entity
skillid int
timed bool
type Database
Résultat long

Skills() public méthode

public Skills ( Dictionary sourceTargetSkill, Dictionary targetSourceSkill, Dictionary sourceTargetIdSkill, Dictionary sourceIdSkill ) : System.Collections.Generic
sourceTargetSkill Dictionary
targetSourceSkill Dictionary
sourceTargetIdSkill Dictionary
sourceIdSkill Dictionary
Résultat System.Collections.Generic

SkillsIdBySource() public méthode

public SkillsIdBySource ( UserEntity source, Entity target, bool timed ) : IEnumerable
source Tera.Game.UserEntity
target Entity
timed bool
Résultat IEnumerable

SkillsIdByTarget() public méthode

public SkillsIdByTarget ( Entity target ) : Tera.Game.Skill>>.IEnumerable
target Entity
Résultat Tera.Game.Skill>>.IEnumerable

Type() public méthode

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
Résultat bool

White() public méthode

public White ( Entity source, Entity target, int skillid, bool timed, Database type ) : int
source Entity
target Entity
skillid int
timed bool
type Database
Résultat int