![]() |
Dawn of Light - Class documentation 2900
This is the Dawn of Light project
|
Base class for all Atlantis scholar type NPCs. More...
Public Member Functions | |
override bool | AddToWorld () |
Adds the npc to the world. | |
override string | GetAggroLevelString (GamePlayer player, bool firstLetterUppercase) |
override IList | GetExamineMessages (GamePlayer player) |
Returns a list of examine messages. | |
override bool | Interact (GamePlayer player) |
Turn the researcher to face the player. | |
Properties | |
override bool | CanTradeAnyItem [get] |
Can trade untradable items. |
Base class for all Atlantis scholar type NPCs.
<author>Aredhel</author>
override bool DOL.GS.Researcher.AddToWorld | ( | ) | [virtual] |
Adds the npc to the world.
Reimplemented from DOL.GS.GameNPC.
override string DOL.GS.Researcher.GetAggroLevelString | ( | GamePlayer | player, |
bool | firstLetterUppercase | ||
) | [virtual] |
How friendly this NPC is to a player.
player | GamePlayer that is examining this object |
firstLetterUppercase |
Reimplemented from DOL.GS.GameNPC.
override IList DOL.GS.Researcher.GetExamineMessages | ( | GamePlayer | player | ) | [virtual] |
override bool DOL.GS.Researcher.Interact | ( | GamePlayer | player | ) | [virtual] |
Turn the researcher to face the player.
player |
Reimplemented from DOL.GS.GameNPC.
Reimplemented in DOL.GS.Arbiter, DOL.GS.ArtifactScholar, and DOL.GS.Scholar.
override bool DOL.GS.Researcher.CanTradeAnyItem [get] |
Can trade untradable items.
Reimplemented from DOL.GS.GameLiving.