Server.Effects.SendLocationEffect C# (CSharp) Méthode

SendLocationEffect() public static méthode

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
Résultat void
		public static void SendLocationEffect( IPoint3D p, Map map, int itemID, int duration, int speed, int hue, int renderMode )
		{
			SendPacket( p, map, new LocationEffect( p, itemID, speed, duration, hue, renderMode ) );
		}

Same methods

Effects::SendLocationEffect ( IPoint3D p, Server.Map map, int itemID, int duration ) : void
Effects::SendLocationEffect ( IPoint3D p, Server.Map map, int itemID, int duration, int speed ) : void
Effects::SendLocationEffect ( IPoint3D p, Server.Map map, int itemID, int duration, int hue, int renderMode ) : void