C# Class Server.Items.DecayedCorpse

Inheritance: Server.Items.Container
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Méthode Description
AddNameProperty ( ObjectPropertyList list ) : void
BeginDecay ( System.TimeSpan delay ) : void
CheckContentDisplay ( Server.Mobile from ) : bool
DecayedCorpse ( Server.Serial serial ) : System
DecayedCorpse ( string name ) : System
Deserialize ( Server.GenericReader reader ) : void
OnAfterDelete ( ) : void
OnSingleClick ( Server.Mobile from ) : void
Serialize ( Server.GenericWriter writer ) : void

Method Details

AddNameProperty() public méthode

public AddNameProperty ( ObjectPropertyList list ) : void
list Server.ObjectPropertyList
Résultat void

BeginDecay() public méthode

public BeginDecay ( System.TimeSpan delay ) : void
delay System.TimeSpan
Résultat void

CheckContentDisplay() public méthode

public CheckContentDisplay ( Server.Mobile from ) : bool
from Server.Mobile
Résultat bool

DecayedCorpse() public méthode

public DecayedCorpse ( Server.Serial serial ) : System
serial Server.Serial
Résultat System

DecayedCorpse() public méthode

public DecayedCorpse ( string name ) : System
name string
Résultat System

Deserialize() public méthode

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

OnAfterDelete() public méthode

public OnAfterDelete ( ) : void
Résultat void

OnSingleClick() public méthode

public OnSingleClick ( Server.Mobile from ) : void
from Server.Mobile
Résultat void

Serialize() public méthode

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