C# Class Server.Items.TreasureMapChest

Inheritance: Server.Items.LockableContainer
Mostrar archivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Private Properties

Property Type Description
CheckLoot bool
GetRandomAOSStats void
TreasureMapChest System

Public Methods

Method Description
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

Private Methods

Method Description
CheckLoot ( Mobile m, bool criminalAction ) : bool
GetRandomAOSStats ( int &attributeCount, int &min, int &max ) : void
TreasureMapChest ( int level ) : System

Method Details

BeginRemove() public method

public BeginRemove ( Mobile from ) : void
from Mobile
return void

CheckHold() public method

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
return bool

CheckItemUse() public method

public CheckItemUse ( Mobile from, Item item ) : bool
from Mobile
item Item
return bool

CheckLift() public method

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

CheckLocked() public method

public CheckLocked ( Mobile from ) : bool
from Mobile
return bool

Deserialize() public method

public Deserialize ( GenericReader reader ) : void
reader GenericReader
return void

EndRemove() public method

public EndRemove ( Mobile from ) : void
from Mobile
return void

Fill() public static method

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

GetContextMenuEntries() public method

public GetContextMenuEntries ( Mobile from, List list ) : void
from Mobile
list List
return void

OnAfterDelete() public method

public OnAfterDelete ( ) : void
return void

OnItemLifted() public method

public OnItemLifted ( Mobile from, Item item ) : void
from Mobile
item Item
return void

Serialize() public method

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
return void

TreasureMapChest() public method

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

TreasureMapChest() public method

public TreasureMapChest ( Serial serial ) : System
serial Serial
return System