Planeshift
|
Describes a skill description inside the GUI system. More...
#include <pawsskillwindow.h>
Public Member Functions | |
int | GetCategory () const |
const char * | GetDescription () const |
psSkillDescription (int cat, const char *str) | |
psSkillDescription () | |
void | Update (int cat, const char *str) |
Describes a skill description inside the GUI system.
Definition at line 38 of file pawsskillwindow.h.
psSkillDescription::psSkillDescription | ( | ) | [inline] |
Definition at line 41 of file pawsskillwindow.h.
psSkillDescription::psSkillDescription | ( | int | cat, |
const char * | str | ||
) | [inline] |
Definition at line 47 of file pawsskillwindow.h.
int psSkillDescription::GetCategory | ( | ) | const [inline] |
Definition at line 59 of file pawsskillwindow.h.
const char* psSkillDescription::GetDescription | ( | ) | const [inline] |
Definition at line 64 of file pawsskillwindow.h.
void psSkillDescription::Update | ( | int | cat, |
const char * | str | ||
) | [inline] |
Definition at line 53 of file pawsskillwindow.h.