Method | 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 |
Method | 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 ( |
||
ReadStaticBlock ( |
||
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 |
public static DoUnfreeze ( Server.Map map, bool &badDataFile, int &totalUnfrozen ) : void | ||
map | Server.Map | |
badDataFile | bool | |
totalUnfrozen | int | |
return | void |
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 | |
return | void |
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 | |
return | void |
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 | |
return | void |