C# Класс Server.Items.DecayedCorpse

Наследование: Server.Items.Container
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

AddNameProperty() публичный Метод

public AddNameProperty ( ObjectPropertyList list ) : void
list Server.ObjectPropertyList
Результат void

BeginDecay() публичный Метод

public BeginDecay ( System.TimeSpan delay ) : void
delay System.TimeSpan
Результат void

CheckContentDisplay() публичный Метод

public CheckContentDisplay ( Server.Mobile from ) : bool
from Server.Mobile
Результат bool

DecayedCorpse() публичный Метод

public DecayedCorpse ( Server.Serial serial ) : System
serial Server.Serial
Результат System

DecayedCorpse() публичный Метод

public DecayedCorpse ( string name ) : System
name string
Результат System

Deserialize() публичный Метод

public Deserialize ( Server.GenericReader reader ) : void
reader Server.GenericReader
Результат void

OnAfterDelete() публичный Метод

public OnAfterDelete ( ) : void
Результат void

OnSingleClick() публичный Метод

public OnSingleClick ( Server.Mobile from ) : void
from Server.Mobile
Результат void

Serialize() публичный Метод

public Serialize ( Server.GenericWriter writer ) : void
writer Server.GenericWriter
Результат void