C# 클래스 Server.Items.StrongBackpack

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

공개 메소드들

메소드 설명
CheckContentDisplay ( Mobile from ) : bool
CheckHold ( Mobile m, Item item, bool message, bool checkItems, int plusItems, int plusWeight ) : bool
Deserialize ( GenericReader reader ) : void
Serialize ( GenericWriter writer ) : void
StrongBackpack ( Serial serial ) : System.Collections.Generic

비공개 메소드들

메소드 설명
StrongBackpack ( ) : System.Collections.Generic

메소드 상세

CheckContentDisplay() 공개 메소드

public CheckContentDisplay ( Mobile from ) : bool
from Mobile
리턴 bool

CheckHold() 공개 메소드

public CheckHold ( Mobile m, Item item, bool message, bool checkItems, int plusItems, int plusWeight ) : bool
m Mobile
item Item
message bool
checkItems bool
plusItems int
plusWeight int
리턴 bool

Deserialize() 공개 메소드

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

Serialize() 공개 메소드

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

StrongBackpack() 공개 메소드

public StrongBackpack ( Serial serial ) : System.Collections.Generic
serial Serial
리턴 System.Collections.Generic