![]() |
Dawn of Light - Class documentation 2900
This is the Dawn of Light project
|
The scholars handing out the artifacts. More...
Public Member Functions | |
| Scholar () | |
| Create a new scholar. | |
| override bool | Interact (GamePlayer player) |
| Interact with scholar. | |
| override bool | WhisperReceive (GameLiving source, string text) |
| Talk to the scholar. | |
| override bool | ReceiveItem (GameLiving source, InventoryItem item) |
| Invoked when scholar receives an item. | |
The scholars handing out the artifacts.
<author>Aredhel</author>
| DOL.GS.Scholar.Scholar | ( | ) |
Create a new scholar.
| override bool DOL.GS.Scholar.Interact | ( | GamePlayer | player | ) | [virtual] |
| override bool DOL.GS.Scholar.ReceiveItem | ( | GameLiving | source, |
| InventoryItem | item | ||
| ) | [virtual] |
Invoked when scholar receives an item.
| source | |
| item |
Reimplemented from DOL.GS.GameLiving.
| override bool DOL.GS.Scholar.WhisperReceive | ( | GameLiving | source, |
| string | text | ||
| ) | [virtual] |