C# 클래스 Server.Network.HuedEffect

상속: Packet
파일 보기 프로젝트 열기: brodock/runuo

공개 메소드들

메소드 설명
HuedEffect ( EffectType type, Serial from, Serial to, int itemID, IPoint3D fromPoint, IPoint3D toPoint, int speed, int duration, bool fixedDirection, bool explode, int hue, int renderMode ) : System
HuedEffect ( EffectType type, Serial from, Serial to, int itemID, Point3D fromPoint, Point3D toPoint, int speed, int duration, bool fixedDirection, bool explode, int hue, int renderMode ) : System

메소드 상세

HuedEffect() 공개 메소드

public HuedEffect ( EffectType type, Serial from, Serial to, int itemID, IPoint3D fromPoint, IPoint3D toPoint, int speed, int duration, bool fixedDirection, bool explode, int hue, int renderMode ) : System
type EffectType
from Serial
to Serial
itemID int
fromPoint IPoint3D
toPoint IPoint3D
speed int
duration int
fixedDirection bool
explode bool
hue int
renderMode int
리턴 System

HuedEffect() 공개 메소드

public HuedEffect ( EffectType type, Serial from, Serial to, int itemID, Point3D fromPoint, Point3D toPoint, int speed, int duration, bool fixedDirection, bool explode, int hue, int renderMode ) : System
type EffectType
from Serial
to Serial
itemID int
fromPoint Point3D
toPoint Point3D
speed int
duration int
fixedDirection bool
explode bool
hue int
renderMode int
리턴 System