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

Represents an in-game housing hastener NPC. More...

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

 GameHousingHastener ()
 Constructor.
override IList GetExamineMessages (GamePlayer player)
 Adds messages to ArrayList which are sent when object is targeted.
override bool ReceiveItem (GameLiving source, InventoryItem item)
 Called when the living is about to get an item from someone else.

Public Attributes

const int SPEEDOFTHEREALMID = 2430

Properties

override eFlags Flags [get]
 Gets or Sets the flags of this npc.

Detailed Description

Represents an in-game housing hastener NPC.


Constructor & Destructor Documentation

DOL.GS.GameHousingHastener.GameHousingHastener ( )

Constructor.


Member Function Documentation

override IList DOL.GS.GameHousingHastener.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.GameMerchant.

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

Called when the living is about to get an item from someone else.

Parameters:
sourceSource from where to get the item
itemItem to get
Returns:
true if the item was successfully received

Reimplemented from DOL.GS.GameLiving.


Property Documentation

override eFlags DOL.GS.GameHousingHastener.Flags [get]

Gets or Sets the flags of this npc.

Reimplemented from DOL.GS.GameNPC.


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