Server.Commands.Add.Internal_OnCommand C# (CSharp) Méthode

Internal_OnCommand() private static méthode

private static Internal_OnCommand ( CommandEventArgs e, bool outline ) : void
e CommandEventArgs
outline bool
Résultat void
		private static void Internal_OnCommand( CommandEventArgs e, bool outline )
		{
			if ( e.Length >= 1 )
				BoundingBoxPicker.Begin( e.Mobile, new BoundingBoxCallback( TileBox_Callback ), new TileState( TileZType.Start, 0, e.Arguments, outline ) );
			else
				e.Mobile.SendMessage( "Format: {0} <type> [params] [set {{<propertyName> <value> ...}}]", outline ? "Outline" : "Tile" );
		}