![]() |
Dawn of Light - Class documentation 2900
This is the Dawn of Light project
|
A bounty merchant for artifact credit. More...
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. |
A bounty merchant for artifact credit.
<author>Aredhel</author>
override bool DOL.GS.ArtifactCreditMerchant.Interact | ( | GamePlayer | player | ) | [virtual] |
A player right-clicked the merchant.
player |
Reimplemented from DOL.GS.GameMerchant.
override bool DOL.GS.ArtifactCreditMerchant.ReceiveItem | ( | GameLiving | source, |
InventoryItem | item | ||
) | [virtual] |
The merchant received an item from another GameLiving.
source | |
item |
Reimplemented from DOL.GS.GameLiving.
override bool DOL.GS.ArtifactCreditMerchant.WhisperReceive | ( | GameLiving | source, |
String | text | ||
) |
Merchant has received a /whisper.
source | |
text |