C# 클래스 Server.Statics

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

DoUnfreeze() 공개 정적인 메소드

public static DoUnfreeze ( Server.Map map, bool &badDataFile, int &totalUnfrozen ) : void
map Server.Map
badDataFile bool
totalUnfrozen int
리턴 void

Freeze() 공개 정적인 메소드

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
리턴 void

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

SendWarning() 공개 정적인 메소드

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
리턴 void

Unfreeze() 공개 정적인 메소드

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
리턴 void