C# Class Server.Network.MovingParticleEffect

Inheritance: ParticleEffect
Afficher le fichier Open project: brodock/runuo Class Usage Examples

Méthodes publiques

Méthode Description
MovingParticleEffect ( 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 ) : System

Method Details

MovingParticleEffect() public méthode

public MovingParticleEffect ( 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 ) : System
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
Résultat System