Server.Statics.FreezeMap_OnCommand C# (CSharp) Méthode

FreezeMap_OnCommand() private méthode

private FreezeMap_OnCommand ( CommandEventArgs e ) : void
e CommandEventArgs
Résultat void
		public static void FreezeMap_OnCommand( CommandEventArgs e )
		{
			Map map = e.Mobile.Map;

			if ( map != null && map != Map.Internal )
				SendWarning( e.Mobile, "You are about to freeze <u>all items in {0}</u>.", BaseFreezeWarning, map, NullP3D, NullP3D, new WarningGumpCallback( FreezeWarning_Callback ) );
		}