C# Class Server.Mobiles.BaseAI.TransferItem

Inheritance: Item
Show file Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
AllowSecureTrade ( Server.Mobile from, Server.Mobile to, Server.Mobile newOwner, bool accepted ) : bool
Deserialize ( Server.GenericReader reader ) : void
GetProperties ( ObjectPropertyList list ) : void
IsInCombat ( BaseCreature creature ) : bool
OnSecureTrade ( Server.Mobile from, Server.Mobile to, Server.Mobile newOwner, bool accepted ) : void
Serialize ( Server.GenericWriter writer ) : void
TransferItem ( BaseCreature creature ) : System
TransferItem ( Server.Serial serial ) : System

Method Details

AllowSecureTrade() public method

public AllowSecureTrade ( Server.Mobile from, Server.Mobile to, Server.Mobile newOwner, bool accepted ) : bool
from Server.Mobile
to Server.Mobile
newOwner Server.Mobile
accepted bool
return bool

Deserialize() public method

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

GetProperties() public method

public GetProperties ( ObjectPropertyList list ) : void
list Server.ObjectPropertyList
return void

IsInCombat() public static method

public static IsInCombat ( BaseCreature creature ) : bool
creature BaseCreature
return bool

OnSecureTrade() public method

public OnSecureTrade ( Server.Mobile from, Server.Mobile to, Server.Mobile newOwner, bool accepted ) : void
from Server.Mobile
to Server.Mobile
newOwner Server.Mobile
accepted bool
return void

Serialize() public method

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

TransferItem() public method

public TransferItem ( BaseCreature creature ) : System
creature BaseCreature
return System

TransferItem() public method

public TransferItem ( Server.Serial serial ) : System
serial Server.Serial
return System