Planeshift
|
#include <psskills.h>
Public Member Functions | |
psSkillInfo () | |
~psSkillInfo () | |
Public Attributes | |
int | baseCost |
The base cost that this skill requires. Used to calculate costs for next rank. | |
PSSKILLS_CATEGORY | category |
csString | costScript |
Keeps the script used to calculate the cost of this skill. | |
csString | description |
PSSKILL | id |
The new operator is overriden to call PoolAllocator template functions. | |
int | mental_factor |
csString | name |
int | practice_factor |
psMoney | price |
Definition at line 68 of file psskills.h.
psSkillInfo::psSkillInfo | ( | ) |
psSkillInfo::~psSkillInfo | ( | ) |
The base cost that this skill requires. Used to calculate costs for next rank.
Definition at line 87 of file psskills.h.
Definition at line 85 of file psskills.h.
csString psSkillInfo::costScript |
Keeps the script used to calculate the cost of this skill.
Definition at line 88 of file psskills.h.
csString psSkillInfo::description |
Definition at line 81 of file psskills.h.
The new operator is overriden to call PoolAllocator template functions.
The delete operator is overriden to call PoolAllocator template functions
Definition at line 79 of file psskills.h.
Definition at line 83 of file psskills.h.
csString psSkillInfo::name |
Definition at line 80 of file psskills.h.
Definition at line 82 of file psskills.h.
Definition at line 84 of file psskills.h.