C# 클래스 Server.Items.DecayedCorpse

상속: Server.Items.Container
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 메소드들

메소드 설명
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