Server.Effects.SendLocationEffect C# (CSharp) 메소드

SendLocationEffect() 공개 정적인 메소드

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