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

SendLocationEffect() public static méthode

public static SendLocationEffect ( IPoint3D p, Server.Map map, int itemID, int duration ) : void
p IPoint3D
map Server.Map
itemID int
duration int
Résultat void
		public static void SendLocationEffect( IPoint3D p, Map map, int itemID, int duration )
		{
			SendLocationEffect( p, map, itemID, duration, 10, 0, 0 );
		}

Same methods

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
Effects::SendLocationEffect ( IPoint3D p, Server.Map map, int itemID, int duration, int speed, int hue, int renderMode ) : void