![]() |
Dawn of Light - Class documentation 2900
This is the Dawn of Light project
|
Represents an in-game housing hastener NPC. More...
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. |
Represents an in-game housing hastener NPC.
DOL.GS.GameHousingHastener.GameHousingHastener | ( | ) |
Constructor.
override IList DOL.GS.GameHousingHastener.GetExamineMessages | ( | GamePlayer | player | ) | [virtual] |
Adds messages to ArrayList which are sent when object is targeted.
player | GamePlayer that is examining this object |
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.
source | Source from where to get the item |
item | Item to get |
Reimplemented from DOL.GS.GameLiving.
override eFlags DOL.GS.GameHousingHastener.Flags [get] |
Gets or Sets the flags of this npc.
Reimplemented from DOL.GS.GameNPC.