C# Class Server.Statics

Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Méthode Description
DoUnfreeze ( Server.Map map, bool &badDataFile, int &totalUnfrozen ) : void
Freeze ( Server.Mobile from, Server.Map targetMap, Server.Point3D start3d, Server.Point3D end3d ) : void
Initialize ( ) : void
SendWarning ( Server.Mobile m, string header, string baseWarning, Server.Map map, Server.Point3D start, Server.Point3D end, WarningGumpCallback callback ) : void
Unfreeze ( Server.Mobile from, Server.Map map, Server.Point3D start, Server.Point3D end ) : void

Private Methods

Méthode Description
DoUnfreeze ( Server.Map map, Server.Point2D start, Server.Point2D end, bool &badDataFile, int &totalUnfrozen ) : void
FreezeBox_Callback ( Server.Mobile from, Server.Map map, Server.Point3D start, Server.Point3D end, object state ) : void
FreezeMap_OnCommand ( CommandEventArgs e ) : void
FreezeWarning_Callback ( Server.Mobile from, bool okay, object state ) : void
FreezeWorld_OnCommand ( CommandEventArgs e ) : void
Freeze_OnCommand ( CommandEventArgs e ) : void
OpenWrite ( FileStream orig ) : FileStream
ReadStaticBlock ( BinaryReader idxReader, FileStream mulStream, int x, int y, int width, int height, int &count ) : Server.StaticTile[]
UnfreezeBox_Callback ( Server.Mobile from, Server.Map map, Server.Point3D start, Server.Point3D end, object state ) : void
UnfreezeMap_OnCommand ( CommandEventArgs e ) : void
UnfreezeWarning_Callback ( Server.Mobile from, bool okay, object state ) : void
UnfreezeWorld_OnCommand ( CommandEventArgs e ) : void
Unfreeze_OnCommand ( CommandEventArgs e ) : void

Method Details

DoUnfreeze() public static méthode

public static DoUnfreeze ( Server.Map map, bool &badDataFile, int &totalUnfrozen ) : void
map Server.Map
badDataFile bool
totalUnfrozen int
Résultat void

Freeze() public static méthode

public static Freeze ( Server.Mobile from, Server.Map targetMap, Server.Point3D start3d, Server.Point3D end3d ) : void
from Server.Mobile
targetMap Server.Map
start3d Server.Point3D
end3d Server.Point3D
Résultat void

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

SendWarning() public static méthode

public static SendWarning ( Server.Mobile m, string header, string baseWarning, Server.Map map, Server.Point3D start, Server.Point3D end, WarningGumpCallback callback ) : void
m Server.Mobile
header string
baseWarning string
map Server.Map
start Server.Point3D
end Server.Point3D
callback WarningGumpCallback
Résultat void

Unfreeze() public static méthode

public static Unfreeze ( Server.Mobile from, Server.Map map, Server.Point3D start, Server.Point3D end ) : void
from Server.Mobile
map Server.Map
start Server.Point3D
end Server.Point3D
Résultat void