Server.MovementPath.Path_OnCommand C# (CSharp) Méthode

Path_OnCommand() public static méthode

public static Path_OnCommand ( Server.CommandEventArgs e ) : void
e Server.CommandEventArgs
Résultat void
		public static void Path_OnCommand( CommandEventArgs e )
		{
			e.Mobile.BeginTarget( -1, true, TargetFlags.None, new TargetCallback( Path_OnTarget ) );
			e.Mobile.SendMessage( "Target a location and a path will be drawn there." );
		}