C# 클래스 Server.Items.DeathRobe

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

공개 메소드들

메소드 설명
BeginDecay ( ) : void
DeathRobe ( Serial serial ) : System
Deserialize ( GenericReader reader ) : void
OnAfterDelete ( ) : void
OnDroppedToMobile ( Mobile from, Mobile target ) : bool
OnDroppedToWorld ( Mobile from, Point3D p ) : bool
Scissor ( Mobile from, Scissors scissors ) : bool
Serialize ( GenericWriter writer ) : void

비공개 메소드들

메소드 설명
BeginDecay ( System.TimeSpan delay ) : void
DeathRobe ( ) : System

메소드 상세

BeginDecay() 공개 메소드

public BeginDecay ( ) : void
리턴 void

DeathRobe() 공개 메소드

public DeathRobe ( Serial serial ) : System
serial Serial
리턴 System

Deserialize() 공개 메소드

public Deserialize ( GenericReader reader ) : void
reader GenericReader
리턴 void

OnAfterDelete() 공개 메소드

public OnAfterDelete ( ) : void
리턴 void

OnDroppedToMobile() 공개 메소드

public OnDroppedToMobile ( Mobile from, Mobile target ) : bool
from Mobile
target Mobile
리턴 bool

OnDroppedToWorld() 공개 메소드

public OnDroppedToWorld ( Mobile from, Point3D p ) : bool
from Mobile
p Point3D
리턴 bool

Scissor() 공개 메소드

public Scissor ( Mobile from, Scissors scissors ) : bool
from Mobile
scissors Scissors
리턴 bool

Serialize() 공개 메소드

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
리턴 void