Dawn of Light - Class documentation 2900
This is the Dawn of Light project
DOL.GS.ArtifactCreditMerchant Class Reference

A bounty merchant for artifact credit. More...

Inheritance diagram for DOL.GS.ArtifactCreditMerchant:
DOL.GS.GameBountyMerchant DOL.GS.GameMerchant DOL.GS.GameNPC DOL.GS.GameLiving DOL.GS.GameObject DOL.GS.Point3D DOL.GS.Point2D DOL.GS.IPoint3D DOL.GS.IPoint2D DOL.GS.IPoint2D

List of all members.

Public Member Functions

override bool Interact (GamePlayer player)
 A player right-clicked the merchant.
override bool WhisperReceive (GameLiving source, String text)
 Merchant has received a /whisper.
override bool ReceiveItem (GameLiving source, InventoryItem item)
 The merchant received an item from another GameLiving.

Detailed Description

A bounty merchant for artifact credit.

<author>Aredhel</author>


Member Function Documentation

override bool DOL.GS.ArtifactCreditMerchant.Interact ( GamePlayer  player) [virtual]

A player right-clicked the merchant.

Parameters:
player
Returns:

Reimplemented from DOL.GS.GameMerchant.

override bool DOL.GS.ArtifactCreditMerchant.ReceiveItem ( GameLiving  source,
InventoryItem  item 
) [virtual]

The merchant received an item from another GameLiving.

Parameters:
source
item
Returns:

Reimplemented from DOL.GS.GameLiving.

override bool DOL.GS.ArtifactCreditMerchant.WhisperReceive ( GameLiving  source,
String  text 
)

Merchant has received a /whisper.

Parameters:
source
text
Returns:

The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Properties Events