C# 클래스 Server.Items.AnkhNorth

상속: Item
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AnkhNorth System.Collections.Generic
AnkhNorth System.Collections.Generic

공개 메소드들

메소드 설명
AnkhNorth ( Server.Serial serial ) : System.Collections.Generic
Deserialize ( Server.GenericReader reader ) : void
GetContextMenuEntries ( Server.Mobile from, List list ) : void
OnAfterDelete ( ) : void
OnDoubleClickDead ( Server.Mobile m ) : void
OnLocationChange ( Server.Point3D oldLocation ) : void
OnMapChange ( ) : void
OnMovement ( Server.Mobile m, Server.Point3D oldLocation ) : void
Serialize ( Server.GenericWriter writer ) : void

비공개 메소드들

메소드 설명
AnkhNorth ( ) : System.Collections.Generic
AnkhNorth ( bool bloodied ) : System.Collections.Generic

메소드 상세

AnkhNorth() 공개 메소드

public AnkhNorth ( Server.Serial serial ) : System.Collections.Generic
serial Server.Serial
리턴 System.Collections.Generic

Deserialize() 공개 메소드

public Deserialize ( Server.GenericReader reader ) : void
reader Server.GenericReader
리턴 void

GetContextMenuEntries() 공개 메소드

public GetContextMenuEntries ( Server.Mobile from, List list ) : void
from Server.Mobile
list List
리턴 void

OnAfterDelete() 공개 메소드

public OnAfterDelete ( ) : void
리턴 void

OnDoubleClickDead() 공개 메소드

public OnDoubleClickDead ( Server.Mobile m ) : void
m Server.Mobile
리턴 void

OnLocationChange() 공개 메소드

public OnLocationChange ( Server.Point3D oldLocation ) : void
oldLocation Server.Point3D
리턴 void

OnMapChange() 공개 메소드

public OnMapChange ( ) : void
리턴 void

OnMovement() 공개 메소드

public OnMovement ( Server.Mobile m, Server.Point3D oldLocation ) : void
m Server.Mobile
oldLocation Server.Point3D
리턴 void

Serialize() 공개 메소드

public Serialize ( Server.GenericWriter writer ) : void
writer Server.GenericWriter
리턴 void