C# Class Server.Items.FillableContainer

Inheritance: Server.Items.LockableContainer
Afficher le fichier Open project: Grimoric/RunUO.T2A

Protected Properties

Свойство Type Description
m_Content FillableContent
m_NextRespawnTime System.DateTime
m_RespawnTimer Timer

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
GetSpawnCount ( ) : int

Method Details

AcquireContent() public méthode

public AcquireContent ( ) : void
Résultat void

CheckRespawn() public méthode

public CheckRespawn ( ) : void
Résultat void

Deserialize() public méthode

public Deserialize ( GenericReader reader ) : void
reader GenericReader
Résultat void

FillableContainer() public méthode

public FillableContainer ( Serial serial ) : System
serial Serial
Résultat System

FillableContainer() public méthode

public FillableContainer ( int itemID ) : System
itemID int
Résultat System

GenerateContent() public méthode

public GenerateContent ( ) : void
Résultat void

GetItemsCount() public méthode

public GetItemsCount ( ) : int
Résultat int

GetSpawnCount() protected méthode

protected GetSpawnCount ( ) : int
Résultat int

OnAfterDelete() public méthode

public OnAfterDelete ( ) : void
Résultat void

OnItemRemoved() public méthode

public OnItemRemoved ( Item item ) : void
item Item
Résultat void

OnLocationChange() public méthode

public OnLocationChange ( Point3D oldLocation ) : void
oldLocation Point3D
Résultat void

OnMapChange() public méthode

public OnMapChange ( ) : void
Résultat void

Respawn() public méthode

public Respawn ( ) : void
Résultat void

Serialize() public méthode

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
Résultat void

Property Details

m_Content protected_oe property

protected FillableContent,Server.Items m_Content
Résultat FillableContent

m_NextRespawnTime protected_oe property

protected DateTime,System m_NextRespawnTime
Résultat System.DateTime

m_RespawnTimer protected_oe property

protected Timer m_RespawnTimer
Résultat Timer