|
Pol
Revision:cb584c9
|
#include <dynproperties.h>
Public Member Functions | |
| SkillStatCap () | |
| SkillStatCap (s16 statcap_, u16 skillcap_) | |
| bool | operator== (const SkillStatCap &other) const |
Public Attributes | |
| u16 | skillcap |
| s16 | statcap |
Static Public Attributes | |
| static const SkillStatCap | DEFAULT = SkillStatCap( 225, 700 ) |
Definition at line 170 of file dynproperties.h.
|
inline |
Definition at line 368 of file dynproperties.h.
Definition at line 369 of file dynproperties.h.
|
inline |
Definition at line 373 of file dynproperties.h.
|
static |
Definition at line 178 of file dynproperties.h.
Referenced by Pol::Mobile::Character::printProperties(), and Pol::Mobile::Character::readCommonProperties().
| u16 Pol::Core::SkillStatCap::skillcap |
Definition at line 173 of file dynproperties.h.
Referenced by operator==(), Pol::Mobile::Character::printProperties(), and Pol::Mobile::Character::readCommonProperties().
| s16 Pol::Core::SkillStatCap::statcap |
Definition at line 172 of file dynproperties.h.
Referenced by operator==(), Pol::Mobile::Character::printProperties(), and Pol::Mobile::Character::readCommonProperties().