C# 클래스 Server.Items.TreasureMapChest

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

Private Properties

프로퍼티 타입 설명
CheckLoot bool
GetRandomAOSStats void
TreasureMapChest System

공개 메소드들

메소드 설명
BeginRemove ( Mobile from ) : void
CheckHold ( Mobile m, Item item, bool message, bool checkItems, int plusItems, int plusWeight ) : bool
CheckItemUse ( Mobile from, Item item ) : bool
CheckLift ( Mobile from, Item item, LRReason &reject ) : bool
CheckLocked ( Mobile from ) : bool
Deserialize ( GenericReader reader ) : void
EndRemove ( Mobile from ) : void
Fill ( Server.Items.LockableContainer cont, int level ) : void
GetContextMenuEntries ( Mobile from, List list ) : void
OnAfterDelete ( ) : void
OnItemLifted ( Mobile from, Item item ) : void
Serialize ( GenericWriter writer ) : void
TreasureMapChest ( Mobile owner, int level, bool temporary ) : System
TreasureMapChest ( Serial serial ) : System

비공개 메소드들

메소드 설명
CheckLoot ( Mobile m, bool criminalAction ) : bool
GetRandomAOSStats ( int &attributeCount, int &min, int &max ) : void
TreasureMapChest ( int level ) : System

메소드 상세

BeginRemove() 공개 메소드

public BeginRemove ( Mobile from ) : void
from Mobile
리턴 void

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

CheckItemUse() 공개 메소드

public CheckItemUse ( Mobile from, Item item ) : bool
from Mobile
item Item
리턴 bool

CheckLift() 공개 메소드

public CheckLift ( Mobile from, Item item, LRReason &reject ) : bool
from Mobile
item Item
reject LRReason
리턴 bool

CheckLocked() 공개 메소드

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

Deserialize() 공개 메소드

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

EndRemove() 공개 메소드

public EndRemove ( Mobile from ) : void
from Mobile
리턴 void

Fill() 공개 정적인 메소드

public static Fill ( Server.Items.LockableContainer cont, int level ) : void
cont Server.Items.LockableContainer
level int
리턴 void

GetContextMenuEntries() 공개 메소드

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

OnAfterDelete() 공개 메소드

public OnAfterDelete ( ) : void
리턴 void

OnItemLifted() 공개 메소드

public OnItemLifted ( Mobile from, Item item ) : void
from Mobile
item Item
리턴 void

Serialize() 공개 메소드

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

TreasureMapChest() 공개 메소드

public TreasureMapChest ( Mobile owner, int level, bool temporary ) : System
owner Mobile
level int
temporary bool
리턴 System

TreasureMapChest() 공개 메소드

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