C# Class Server.Items.TreasureMapChest

Inheritance: Server.Items.LockableContainer
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Private Properties

Свойство Type Description
CheckLoot bool
GetRandomAOSStats void
TreasureMapChest System

Méthodes publiques

Méthode 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

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

Method Details

BeginRemove() public méthode

public BeginRemove ( Mobile from ) : void
from Mobile
Résultat void

CheckHold() public méthode

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
Résultat bool

CheckItemUse() public méthode

public CheckItemUse ( Mobile from, Item item ) : bool
from Mobile
item Item
Résultat bool

CheckLift() public méthode

public CheckLift ( Mobile from, Item item, LRReason &reject ) : bool
from Mobile
item Item
reject LRReason
Résultat bool

CheckLocked() public méthode

public CheckLocked ( Mobile from ) : bool
from Mobile
Résultat bool

Deserialize() public méthode

public Deserialize ( GenericReader reader ) : void
reader GenericReader
Résultat void

EndRemove() public méthode

public EndRemove ( Mobile from ) : void
from Mobile
Résultat void

Fill() public static méthode

public static Fill ( Server.Items.LockableContainer cont, int level ) : void
cont Server.Items.LockableContainer
level int
Résultat void

GetContextMenuEntries() public méthode

public GetContextMenuEntries ( Mobile from, List list ) : void
from Mobile
list List
Résultat void

OnAfterDelete() public méthode

public OnAfterDelete ( ) : void
Résultat void

OnItemLifted() public méthode

public OnItemLifted ( Mobile from, Item item ) : void
from Mobile
item Item
Résultat void

Serialize() public méthode

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
Résultat void

TreasureMapChest() public méthode

public TreasureMapChest ( Mobile owner, int level, bool temporary ) : System
owner Mobile
level int
temporary bool
Résultat System

TreasureMapChest() public méthode

public TreasureMapChest ( Serial serial ) : System
serial Serial
Résultat System