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

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

공개 메소드들

메소드 설명
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

메소드 상세

Skill() 공개 메소드

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
리턴 Tera.Game