C# Class Server.Items.FillableContainer

Inheritance: Server.Items.LockableContainer
Mostrar archivo Open project: Grimoric/RunUO.T2A

Protected Properties

Property Type Description
m_Content FillableContent
m_NextRespawnTime System.DateTime
m_RespawnTimer Timer

Private Properties

Property Type Description

Public Methods

Method Description
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

Protected Methods

Method Description
GetSpawnCount ( ) : int

Method Details

AcquireContent() public method

public AcquireContent ( ) : void
return void

CheckRespawn() public method

public CheckRespawn ( ) : void
return void

Deserialize() public method

public Deserialize ( GenericReader reader ) : void
reader GenericReader
return void

FillableContainer() public method

public FillableContainer ( Serial serial ) : System
serial Serial
return System

FillableContainer() public method

public FillableContainer ( int itemID ) : System
itemID int
return System

GenerateContent() public method

public GenerateContent ( ) : void
return void

GetItemsCount() public method

public GetItemsCount ( ) : int
return int

GetSpawnCount() protected method

protected GetSpawnCount ( ) : int
return int

OnAfterDelete() public method

public OnAfterDelete ( ) : void
return void

OnItemRemoved() public method

public OnItemRemoved ( Item item ) : void
item Item
return void

OnLocationChange() public method

public OnLocationChange ( Point3D oldLocation ) : void
oldLocation Point3D
return void

OnMapChange() public method

public OnMapChange ( ) : void
return void

Respawn() public method

public Respawn ( ) : void
return void

Serialize() public method

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
return void

Property Details

m_Content protected_oe property

protected FillableContent,Server.Items m_Content
return FillableContent

m_NextRespawnTime protected_oe property

protected DateTime,System m_NextRespawnTime
return System.DateTime

m_RespawnTimer protected_oe property

protected Timer m_RespawnTimer
return Timer