![]() |
Dawn of Light - Class documentation 2900
This is the Dawn of Light project
|
Public Member Functions | |
| override IList | GetExamineMessages (GamePlayer player) |
| Adds messages to ArrayList which are sent when object is targeted. | |
| override bool | Interact (GamePlayer player) |
| This function is called from the ObjectInteractRequestHandler. | |
| override IList DOL.GS.NameRegistrar.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.GameNPC.
| override bool DOL.GS.NameRegistrar.Interact | ( | GamePlayer | player | ) | [virtual] |
This function is called from the ObjectInteractRequestHandler.
| player | GamePlayer that interacts with this object |
Reimplemented from DOL.GS.GameNPC.