Server.Effects.SendLocationEffect C# (CSharp) Method

SendLocationEffect() public static method

public static SendLocationEffect ( IPoint3D p, Server.Map map, int itemID, int duration ) : void
p IPoint3D
map Server.Map
itemID int
duration int
return 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