C# Class DamageMeter.Database.Structures.Skill

Show file Open project: neowutran/ShinraMeter Class Usage Examples

Public Methods

Method Description
Skill ( long amount, Database type, Entity target, Tera.Game.Player targetPlayer, Entity source, Tera.Game.Player sourcePlayer, int skillId, bool hotdot, bool critic, long time, NpcInfo pet, HitDirection direction ) : Tera.Game

Method Details

Skill() public method

public Skill ( long amount, Database type, Entity target, Tera.Game.Player targetPlayer, Entity source, Tera.Game.Player sourcePlayer, int skillId, bool hotdot, bool critic, long time, NpcInfo pet, HitDirection direction ) : Tera.Game
amount long
type Database
target Tera.Game.Entity
targetPlayer Tera.Game.Player
source Tera.Game.Entity
sourcePlayer Tera.Game.Player
skillId int
hotdot bool
critic bool
time long
pet Tera.Game.NpcInfo
direction HitDirection
return Tera.Game