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

The scholars handing out the artifacts. More...

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

 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.

Detailed Description

The scholars handing out the artifacts.

<author>Aredhel</author>


Constructor & Destructor Documentation

DOL.GS.Scholar.Scholar ( )

Create a new scholar.


Member Function Documentation

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

Interact with scholar.

Parameters:
player
Returns:

Reimplemented from DOL.GS.Researcher.

override bool DOL.GS.Scholar.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.Scholar.WhisperReceive ( GameLiving  source,
string  text 
) [virtual]

Talk to the 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