C# 클래스 Server.Items.AnkhWest

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

Private Properties

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

공개 메소드들

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

비공개 메소드들

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

메소드 상세

AnkhWest() 공개 메소드

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

Deserialize() 공개 메소드

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

GetContextMenuEntries() 공개 메소드

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

OnAfterDelete() 공개 메소드

public OnAfterDelete ( ) : void
리턴 void

OnDoubleClickDead() 공개 메소드

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

OnLocationChange() 공개 메소드

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

OnMapChange() 공개 메소드

public OnMapChange ( ) : void
리턴 void

OnMovement() 공개 메소드

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

Serialize() 공개 메소드

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