C# 클래스 Server.Items.SalvageBag

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

공개 메소드들

메소드 설명
Deserialize ( Server.GenericReader reader ) : void
GetContextMenuEntries ( Server.Mobile from, List list ) : void
SalvageBag ( Server.Serial serial ) : System
Serialize ( Server.GenericWriter writer ) : void

비공개 메소드들

메소드 설명
Resmelt ( Server.Mobile from, Item item, CraftResource resource ) : bool
Resmeltables ( ) : bool
SalvageAll ( Server.Mobile from ) : void
SalvageBag ( ) : System
SalvageBag ( int hue ) : System
SalvageCloth ( Server.Mobile from ) : void
SalvageIngots ( Server.Mobile from ) : void
Scissorables ( ) : bool

메소드 상세

Deserialize() 공개 메소드

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

GetContextMenuEntries() 공개 메소드

public GetContextMenuEntries ( Server.Mobile from, List list ) : void
from Server.Mobile
list List
리턴 void

SalvageBag() 공개 메소드

public SalvageBag ( Server.Serial serial ) : System
serial Server.Serial
리턴 System

Serialize() 공개 메소드

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