Dawn of Light - Class documentation 2900
This is the Dawn of Light project
DOL.GS.PropertyChangingAbility Class Reference
Inheritance diagram for DOL.GS.PropertyChangingAbility:
DOL.GS.Ability DOL.GS.NamedSkill DOL.GS.Skill

List of all members.

Public Member Functions

 PropertyChangingAbility (DBAbility dba, int level, eProperty[] properties)
override void Activate (GameLiving living, bool sendUpdates)
 this is called when the ability should do its modifications (passive effects)
override void Deactivate (GameLiving living, bool sendUpdates)
 this is called when the ability should remove its modifications
virtual void SendUpdates (GameLiving target)
 send updates about the changes

Properties

virtual int Amount [get]

Member Function Documentation

override void DOL.GS.PropertyChangingAbility.Activate ( GameLiving  living,
bool  sendUpdates 
) [virtual]

this is called when the ability should do its modifications (passive effects)

Parameters:
living
sendUpdates

Reimplemented from DOL.GS.Ability.

override void DOL.GS.PropertyChangingAbility.Deactivate ( GameLiving  living,
bool  sendUpdates 
) [virtual]

this is called when the ability should remove its modifications

Parameters:
living
sendUpdates

Reimplemented from DOL.GS.Ability.

virtual void DOL.GS.PropertyChangingAbility.SendUpdates ( GameLiving  target) [virtual]

send updates about the changes

Parameters:
target

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