C# Класс Server.Network.HuedEffect

Наследование: Packet
Показать файл Открыть проект

Открытые методы

Метод Описание
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