Planeshift
|
#include <pscharacter.h>
Public Member Functions | |
void | Initialize (psCharacter *c) |
Protected Member Functions | |
virtual void | OnChange () |
Called whenever the value changes; implemented in derived classes. | |
Protected Attributes | |
psCharacter * | chr |
Definition at line 282 of file pscharacter.h.
void SkillStatBuffable::Initialize | ( | psCharacter * | c | ) | [inline] |
Definition at line 285 of file pscharacter.h.
virtual void SkillStatBuffable::OnChange | ( | ) | [protected, virtual] |
Called whenever the value changes; implemented in derived classes.
Reimplemented from Buffable< int >.
psCharacter* SkillStatBuffable::chr [protected] |
Definition at line 291 of file pscharacter.h.