![]() |
Dawn of Light - Class documentation 2900
This is the Dawn of Light project
|
Public Member Functions | |
TheurgistPet (INpcTemplate npcTemplate) | |
override void | OnAttackedByEnemy (AttackData ad) |
This method is called at the end of the attack sequence to notify objects if they have been attacked/hit by an attack. | |
Protected Member Functions | |
override void | BuildAmbientTexts () |
not each summoned pet 'll fire ambiant sentences let's say 10% |
override void DOL.GS.TheurgistPet.BuildAmbientTexts | ( | ) | [protected, virtual] |
not each summoned pet 'll fire ambiant sentences let's say 10%
Reimplemented from DOL.GS.GamePet.
override void DOL.GS.TheurgistPet.OnAttackedByEnemy | ( | AttackData | ad | ) | [virtual] |
This method is called at the end of the attack sequence to notify objects if they have been attacked/hit by an attack.
ad | information about the attack |
Reimplemented from DOL.GS.GameLiving.