C# Class Server.Items.DecayedCorpse

Inheritance: Server.Items.Container
Exibir arquivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

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

public AddNameProperty ( ObjectPropertyList list ) : void
list Server.ObjectPropertyList
return void

BeginDecay() public method

public BeginDecay ( System.TimeSpan delay ) : void
delay System.TimeSpan
return void

CheckContentDisplay() public method

public CheckContentDisplay ( Server.Mobile from ) : bool
from Server.Mobile
return bool

DecayedCorpse() public method

public DecayedCorpse ( Server.Serial serial ) : System
serial Server.Serial
return System

DecayedCorpse() public method

public DecayedCorpse ( string name ) : System
name string
return System

Deserialize() public method

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

OnAfterDelete() public method

public OnAfterDelete ( ) : void
return void

OnSingleClick() public method

public OnSingleClick ( Server.Mobile from ) : void
from Server.Mobile
return void

Serialize() public method

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