|
Planeshift
|
An AttackerHistory entry for a DOT (damage over time) attack. More...
#include <gem.h>
Public Member Functions | |
| virtual float | Damage () const |
| DOTHistory (gemActor *attacker, float hpRate, csTicks duration) | |
| virtual | ~DOTHistory () |
Public Member Functions inherited from AttackerHistory | |
| gemActor * | Attacker () const |
| csTicks | TimeOfAttack () const |
| virtual | ~AttackerHistory () |
Protected Attributes | |
| csTicks | duration |
| float | hpRate |
Protected Attributes inherited from AttackerHistory | |
| csWeakRef< gemActor > | attacker_ref |
| csTicks | timeOfAttack |
Additional Inherited Members | |
Protected Member Functions inherited from AttackerHistory | |
| AttackerHistory (gemActor *attacker) | |
An AttackerHistory entry for a DOT (damage over time) attack.
|
inlinevirtual |
Implements AttackerHistory.