C# 클래스 Server.Items.FillableContainer

상속: Server.Items.LockableContainer
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A

보호된 프로퍼티들

프로퍼티 타입 설명
m_Content FillableContent
m_NextRespawnTime System.DateTime
m_RespawnTimer Timer

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AcquireContent ( ) : void
CheckRespawn ( ) : void
Deserialize ( GenericReader reader ) : void
FillableContainer ( Serial serial ) : System
FillableContainer ( int itemID ) : System
GenerateContent ( ) : void
GetItemsCount ( ) : int
OnAfterDelete ( ) : void
OnItemRemoved ( Item item ) : void
OnLocationChange ( Point3D oldLocation ) : void
OnMapChange ( ) : void
Respawn ( ) : void
Serialize ( GenericWriter writer ) : void

보호된 메소드들

메소드 설명
GetSpawnCount ( ) : int

메소드 상세

AcquireContent() 공개 메소드

public AcquireContent ( ) : void
리턴 void

CheckRespawn() 공개 메소드

public CheckRespawn ( ) : void
리턴 void

Deserialize() 공개 메소드

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

FillableContainer() 공개 메소드

public FillableContainer ( Serial serial ) : System
serial Serial
리턴 System

FillableContainer() 공개 메소드

public FillableContainer ( int itemID ) : System
itemID int
리턴 System

GenerateContent() 공개 메소드

public GenerateContent ( ) : void
리턴 void

GetItemsCount() 공개 메소드

public GetItemsCount ( ) : int
리턴 int

GetSpawnCount() 보호된 메소드

protected GetSpawnCount ( ) : int
리턴 int

OnAfterDelete() 공개 메소드

public OnAfterDelete ( ) : void
리턴 void

OnItemRemoved() 공개 메소드

public OnItemRemoved ( Item item ) : void
item Item
리턴 void

OnLocationChange() 공개 메소드

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

OnMapChange() 공개 메소드

public OnMapChange ( ) : void
리턴 void

Respawn() 공개 메소드

public Respawn ( ) : void
리턴 void

Serialize() 공개 메소드

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

프로퍼티 상세

m_Content 보호되어 있는 프로퍼티

protected FillableContent,Server.Items m_Content
리턴 FillableContent

m_NextRespawnTime 보호되어 있는 프로퍼티

protected DateTime,System m_NextRespawnTime
리턴 System.DateTime

m_RespawnTimer 보호되어 있는 프로퍼티

protected Timer m_RespawnTimer
리턴 Timer