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

Represents an in-game VaultKeeper NPC. More...

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

 GameVaultKeeper ()
 Constructor.
override IList GetExamineMessages (GamePlayer player)
 Adds messages to ArrayList which are sent when object is targeted.
override bool Interact (GamePlayer player)
 Called when a player right clicks on the vaultkeeper.

Detailed Description

Represents an in-game VaultKeeper NPC.


Constructor & Destructor Documentation

DOL.GS.GameVaultKeeper.GameVaultKeeper ( )

Constructor.


Member Function Documentation

override IList DOL.GS.GameVaultKeeper.GetExamineMessages ( GamePlayer  player) [virtual]

Adds messages to ArrayList which are sent when object is targeted.

Parameters:
playerGamePlayer that is examining this object
Returns:
list with string messages

Reimplemented from DOL.GS.GameNPC.

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

Called when a player right clicks on the vaultkeeper.

Parameters:
playerPlayer that interacted with the vaultkeeper
Returns:
True if succeeded

Reimplemented from DOL.GS.GameNPC.


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