Planeshift
|
#include <client.h>
Public Member Functions | |
void | Initialize (Client *c) |
![]() | |
int | Current () |
![]() | |
int | Base () const |
void | Buff (const ActiveSpell *owner, intx) |
Buffable () | |
Buffable (intx) | |
virtual void | Cancel (const ActiveSpell *owner) |
int | Current () const |
void | SetBase (intx) |
virtual | ~Buffable () |
![]() | |
virtual | ~iSpellModifier () |
Protected Member Functions | |
virtual void | OnChange () |
Called whenever the value changes; implemented in derived classes. More... | |
Protected Attributes | |
Client * | cli |
![]() | |
int | base |
csArray< csTuple2< const ActiveSpell *, int > > | buffs |
int | cached |
|
protectedvirtual |
Called whenever the value changes; implemented in derived classes.
Reimplemented from Buffable< int >.