![]() |
Dawn of Light - Class documentation 2900
This is the Dawn of Light project
|
Public Member Functions | |
override void | OnPlayerBuy (GamePlayer player, int item_slot, int number) |
Called when a player buys an item. |
override void DOL.GS.GameChampionMerchant.OnPlayerBuy | ( | GamePlayer | player, |
int | item_slot, | ||
int | number | ||
) | [virtual] |
Called when a player buys an item.
player | The player making the purchase |
item_slot | slot of the item to be bought |
number | Number to be bought |
Reimplemented from DOL.GS.GameMerchant.