![]() |
Dawn of Light - Class documentation 2900
This is the Dawn of Light project
|
Artifact scholars. More...
Public Member Functions | |
| override bool | ReceiveItem (GameLiving source, InventoryItem item) |
| Invoked when scholar receives an item. | |
| override bool | WhisperReceive (GameLiving source, string text) |
| When someone whispers to this scholar. | |
| override bool | Interact (GamePlayer player) |
| When someone interacts with this scholar. | |
Artifact scholars.
<author>Aredhel</author>
| override bool DOL.GS.ArtifactScholar.Interact | ( | GamePlayer | player | ) | [virtual] |
When someone interacts with this scholar.
| player |
Reimplemented from DOL.GS.Researcher.
| override bool DOL.GS.ArtifactScholar.ReceiveItem | ( | GameLiving | source, |
| InventoryItem | item | ||
| ) | [virtual] |
Invoked when scholar receives an item.
| source | |
| item |
Reimplemented from DOL.GS.GameLiving.
| override bool DOL.GS.ArtifactScholar.WhisperReceive | ( | GameLiving | source, |
| string | text | ||
| ) | [virtual] |
When someone whispers to this scholar.
| source | |
| text |
Reimplemented from DOL.GS.GameNPC.