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 () |
Protected Attributes | |
csTicks | duration |
float | hpRate |
An AttackerHistory entry for a DOT (damage over time) attack.
virtual float DOTHistory::Damage | ( | ) | const [inline, virtual] |
Implements AttackerHistory.
csTicks DOTHistory::duration [protected] |
float DOTHistory::hpRate [protected] |