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

Artifact scholars. More...

Inheritance diagram for DOL.GS.ArtifactScholar:
DOL.GS.Researcher 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 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.

Detailed Description

Artifact scholars.

<author>Aredhel</author>


Member Function Documentation

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

When someone interacts with this scholar.

Parameters:
player
Returns:

Reimplemented from DOL.GS.Researcher.

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

Invoked when scholar receives an item.

Parameters:
source
item
Returns:

Reimplemented from DOL.GS.GameLiving.

override bool DOL.GS.ArtifactScholar.WhisperReceive ( GameLiving  source,
string  text 
) [virtual]

When someone whispers to this scholar.

Parameters:
source
text
Returns:

Reimplemented from DOL.GS.GameNPC.


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