C# Class Server.Items.SecureTradeContainer

Inheritance: Server.Items.Container
Afficher le fichier Open project: brodock/runuo Class Usage Examples

Méthodes publiques

Méthode Description
CheckHold ( Mobile m, Server.Items.Item item, bool message, bool checkItems, int plusItems, int plusWeight ) : bool
CheckLift ( Mobile from, Server.Items.Item item, LRReason &reject ) : bool
ClearChecks ( ) : void
Deserialize ( GenericReader reader ) : void
IsAccessibleTo ( Mobile check ) : bool
OnItemAdded ( Server.Items.Item item ) : void
OnItemRemoved ( Server.Items.Item item ) : void
OnSubItemAdded ( Server.Items.Item item ) : void
OnSubItemRemoved ( Server.Items.Item item ) : void
SecureTradeContainer ( SecureTrade trade ) : System
SecureTradeContainer ( Serial serial ) : System
Serialize ( GenericWriter writer ) : void

Method Details

CheckHold() public méthode

public CheckHold ( Mobile m, Server.Items.Item item, bool message, bool checkItems, int plusItems, int plusWeight ) : bool
m Mobile
item Server.Items.Item
message bool
checkItems bool
plusItems int
plusWeight int
Résultat bool

CheckLift() public méthode

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

ClearChecks() public méthode

public ClearChecks ( ) : void
Résultat void

Deserialize() public méthode

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

IsAccessibleTo() public méthode

public IsAccessibleTo ( Mobile check ) : bool
check Mobile
Résultat bool

OnItemAdded() public méthode

public OnItemAdded ( Server.Items.Item item ) : void
item Server.Items.Item
Résultat void

OnItemRemoved() public méthode

public OnItemRemoved ( Server.Items.Item item ) : void
item Server.Items.Item
Résultat void

OnSubItemAdded() public méthode

public OnSubItemAdded ( Server.Items.Item item ) : void
item Server.Items.Item
Résultat void

OnSubItemRemoved() public méthode

public OnSubItemRemoved ( Server.Items.Item item ) : void
item Server.Items.Item
Résultat void

SecureTradeContainer() public méthode

public SecureTradeContainer ( SecureTrade trade ) : System
trade SecureTrade
Résultat System

SecureTradeContainer() public méthode

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

Serialize() public méthode

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