C# Класс Server.Effects

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
PlaySound ( IPoint3D p, Server.Map map, int soundID ) : void
SendBoltEffect ( IEntity e ) : void
SendBoltEffect ( IEntity e, bool sound ) : void
SendBoltEffect ( IEntity e, bool sound, int hue ) : void
SendLocationEffect ( IPoint3D p, Server.Map map, int itemID, int duration ) : void
SendLocationEffect ( IPoint3D p, Server.Map map, int itemID, int duration, int speed ) : void
SendLocationEffect ( IPoint3D p, Server.Map map, int itemID, int duration, int hue, int renderMode ) : void
SendLocationEffect ( IPoint3D p, Server.Map map, int itemID, int duration, int speed, int hue, int renderMode ) : void
SendLocationParticles ( IEntity e, int itemID, int speed, int duration, int effect ) : void
SendLocationParticles ( IEntity e, int itemID, int speed, int duration, int effect, int unknown ) : void
SendLocationParticles ( IEntity e, int itemID, int speed, int duration, int hue, int renderMode, int effect, int unknown ) : void
SendMovingEffect ( IEntity from, IEntity to, int itemID, int speed, int duration, bool fixedDirection, bool explodes ) : void
SendMovingEffect ( IEntity from, IEntity to, int itemID, int speed, int duration, bool fixedDirection, bool explodes, int hue, int renderMode ) : void
SendMovingParticles ( IEntity from, IEntity to, int itemID, int speed, int duration, bool fixedDirection, bool explodes, int effect, int explodeEffect, int explodeSound ) : void
SendMovingParticles ( IEntity from, IEntity to, int itemID, int speed, int duration, bool fixedDirection, bool explodes, int effect, int explodeEffect, int explodeSound, int unknown ) : void
SendMovingParticles ( IEntity from, IEntity to, int itemID, int speed, int duration, bool fixedDirection, bool explodes, int hue, int renderMode, int effect, int explodeEffect, int explodeSound, EffectLayer layer, int unknown ) : void
SendMovingParticles ( IEntity from, IEntity to, int itemID, int speed, int duration, bool fixedDirection, bool explodes, int hue, int renderMode, int effect, int explodeEffect, int explodeSound, int unknown ) : void
SendPacket ( IPoint3D origin, Server.Map map, Packet p ) : void
SendPacket ( Server.Point3D origin, Server.Map map, Packet p ) : void
SendParticlesTo ( Server.Network.NetState state ) : bool
SendTargetEffect ( IEntity target, int itemID, int duration ) : void
SendTargetEffect ( IEntity target, int itemID, int speed, int duration ) : void
SendTargetEffect ( IEntity target, int itemID, int duration, int hue, int renderMode ) : void
SendTargetEffect ( IEntity target, int itemID, int speed, int duration, int hue, int renderMode ) : void
SendTargetParticles ( IEntity target, int itemID, int speed, int duration, int effect, EffectLayer layer ) : void
SendTargetParticles ( IEntity target, int itemID, int speed, int duration, int effect, EffectLayer layer, int unknown ) : void
SendTargetParticles ( IEntity target, int itemID, int speed, int duration, int hue, int renderMode, int effect, EffectLayer layer, int unknown ) : void

Описание методов

PlaySound() публичный статический Метод

public static PlaySound ( IPoint3D p, Server.Map map, int soundID ) : void
p IPoint3D
map Server.Map
soundID int
Результат void

SendBoltEffect() публичный статический Метод

public static SendBoltEffect ( IEntity e ) : void
e IEntity
Результат void

SendBoltEffect() публичный статический Метод

public static SendBoltEffect ( IEntity e, bool sound ) : void
e IEntity
sound bool
Результат void

SendBoltEffect() публичный статический Метод

public static SendBoltEffect ( IEntity e, bool sound, int hue ) : void
e IEntity
sound bool
hue int
Результат void

SendLocationEffect() публичный статический Метод

public static SendLocationEffect ( IPoint3D p, Server.Map map, int itemID, int duration ) : void
p IPoint3D
map Server.Map
itemID int
duration int
Результат void

SendLocationEffect() публичный статический Метод

public static SendLocationEffect ( IPoint3D p, Server.Map map, int itemID, int duration, int speed ) : void
p IPoint3D
map Server.Map
itemID int
duration int
speed int
Результат void

SendLocationEffect() публичный статический Метод

public static SendLocationEffect ( IPoint3D p, Server.Map map, int itemID, int duration, int hue, int renderMode ) : void
p IPoint3D
map Server.Map
itemID int
duration int
hue int
renderMode int
Результат void

SendLocationEffect() публичный статический Метод

public static SendLocationEffect ( IPoint3D p, Server.Map map, int itemID, int duration, int speed, int hue, int renderMode ) : void
p IPoint3D
map Server.Map
itemID int
duration int
speed int
hue int
renderMode int
Результат void

SendLocationParticles() публичный статический Метод

public static SendLocationParticles ( IEntity e, int itemID, int speed, int duration, int effect ) : void
e IEntity
itemID int
speed int
duration int
effect int
Результат void

SendLocationParticles() публичный статический Метод

public static SendLocationParticles ( IEntity e, int itemID, int speed, int duration, int effect, int unknown ) : void
e IEntity
itemID int
speed int
duration int
effect int
unknown int
Результат void

SendLocationParticles() публичный статический Метод

public static SendLocationParticles ( IEntity e, int itemID, int speed, int duration, int hue, int renderMode, int effect, int unknown ) : void
e IEntity
itemID int
speed int
duration int
hue int
renderMode int
effect int
unknown int
Результат void

SendMovingEffect() публичный статический Метод

public static SendMovingEffect ( IEntity from, IEntity to, int itemID, int speed, int duration, bool fixedDirection, bool explodes ) : void
from IEntity
to IEntity
itemID int
speed int
duration int
fixedDirection bool
explodes bool
Результат void

SendMovingEffect() публичный статический Метод

public static SendMovingEffect ( IEntity from, IEntity to, int itemID, int speed, int duration, bool fixedDirection, bool explodes, int hue, int renderMode ) : void
from IEntity
to IEntity
itemID int
speed int
duration int
fixedDirection bool
explodes bool
hue int
renderMode int
Результат void

SendMovingParticles() публичный статический Метод

public static SendMovingParticles ( IEntity from, IEntity to, int itemID, int speed, int duration, bool fixedDirection, bool explodes, int effect, int explodeEffect, int explodeSound ) : void
from IEntity
to IEntity
itemID int
speed int
duration int
fixedDirection bool
explodes bool
effect int
explodeEffect int
explodeSound int
Результат void

SendMovingParticles() публичный статический Метод

public static SendMovingParticles ( IEntity from, IEntity to, int itemID, int speed, int duration, bool fixedDirection, bool explodes, int effect, int explodeEffect, int explodeSound, int unknown ) : void
from IEntity
to IEntity
itemID int
speed int
duration int
fixedDirection bool
explodes bool
effect int
explodeEffect int
explodeSound int
unknown int
Результат void

SendMovingParticles() публичный статический Метод

public static SendMovingParticles ( IEntity from, IEntity to, int itemID, int speed, int duration, bool fixedDirection, bool explodes, int hue, int renderMode, int effect, int explodeEffect, int explodeSound, EffectLayer layer, int unknown ) : void
from IEntity
to IEntity
itemID int
speed int
duration int
fixedDirection bool
explodes bool
hue int
renderMode int
effect int
explodeEffect int
explodeSound int
layer EffectLayer
unknown int
Результат void

SendMovingParticles() публичный статический Метод

public static SendMovingParticles ( IEntity from, IEntity to, int itemID, int speed, int duration, bool fixedDirection, bool explodes, int hue, int renderMode, int effect, int explodeEffect, int explodeSound, int unknown ) : void
from IEntity
to IEntity
itemID int
speed int
duration int
fixedDirection bool
explodes bool
hue int
renderMode int
effect int
explodeEffect int
explodeSound int
unknown int
Результат void

SendPacket() публичный статический Метод

public static SendPacket ( IPoint3D origin, Server.Map map, Packet p ) : void
origin IPoint3D
map Server.Map
p Packet
Результат void

SendPacket() публичный статический Метод

public static SendPacket ( Server.Point3D origin, Server.Map map, Packet p ) : void
origin Server.Point3D
map Server.Map
p Packet
Результат void

SendParticlesTo() публичный статический Метод

public static SendParticlesTo ( Server.Network.NetState state ) : bool
state Server.Network.NetState
Результат bool

SendTargetEffect() публичный статический Метод

public static SendTargetEffect ( IEntity target, int itemID, int duration ) : void
target IEntity
itemID int
duration int
Результат void

SendTargetEffect() публичный статический Метод

public static SendTargetEffect ( IEntity target, int itemID, int speed, int duration ) : void
target IEntity
itemID int
speed int
duration int
Результат void

SendTargetEffect() публичный статический Метод

public static SendTargetEffect ( IEntity target, int itemID, int duration, int hue, int renderMode ) : void
target IEntity
itemID int
duration int
hue int
renderMode int
Результат void

SendTargetEffect() публичный статический Метод

public static SendTargetEffect ( IEntity target, int itemID, int speed, int duration, int hue, int renderMode ) : void
target IEntity
itemID int
speed int
duration int
hue int
renderMode int
Результат void

SendTargetParticles() публичный статический Метод

public static SendTargetParticles ( IEntity target, int itemID, int speed, int duration, int effect, EffectLayer layer ) : void
target IEntity
itemID int
speed int
duration int
effect int
layer EffectLayer
Результат void

SendTargetParticles() публичный статический Метод

public static SendTargetParticles ( IEntity target, int itemID, int speed, int duration, int effect, EffectLayer layer, int unknown ) : void
target IEntity
itemID int
speed int
duration int
effect int
layer EffectLayer
unknown int
Результат void

SendTargetParticles() публичный статический Метод

public static SendTargetParticles ( IEntity target, int itemID, int speed, int duration, int hue, int renderMode, int effect, EffectLayer layer, int unknown ) : void
target IEntity
itemID int
speed int
duration int
hue int
renderMode int
effect int
layer EffectLayer
unknown int
Результат void