|
Pol
Revision:cb584c9
|
#include <dynproperties.h>
Public Member Functions | |
| MovementCostMod () | |
| MovementCostMod (double walk_, double run_, double walk_mounted_, double run_mounted_) | |
| bool | operator== (const MovementCostMod &other) const |
Public Attributes | |
| double | run |
| double | run_mounted |
| double | walk |
| double | walk_mounted |
Static Public Attributes | |
| static const MovementCostMod | DEFAULT = MovementCostMod( 1.0, 1.0, 1.0, 1.0 ) |
Definition at line 196 of file dynproperties.h.
|
inline |
Definition at line 392 of file dynproperties.h.
|
inline |
Definition at line 396 of file dynproperties.h.
|
inline |
Definition at line 401 of file dynproperties.h.
References run, run_mounted, walk, and walk_mounted.
|
static |
Definition at line 206 of file dynproperties.h.
Referenced by Pol::Mobile::Character::printProperties(), and Pol::Mobile::Character::readCommonProperties().
| double Pol::Core::MovementCostMod::run |
Definition at line 199 of file dynproperties.h.
Referenced by operator==(), and Pol::Mobile::Character::printProperties().
| double Pol::Core::MovementCostMod::run_mounted |
Definition at line 201 of file dynproperties.h.
Referenced by operator==(), and Pol::Mobile::Character::printProperties().
| double Pol::Core::MovementCostMod::walk |
Definition at line 198 of file dynproperties.h.
Referenced by operator==(), Pol::Mobile::Character::printProperties(), and Pol::Mobile::Character::readCommonProperties().
| double Pol::Core::MovementCostMod::walk_mounted |
Definition at line 200 of file dynproperties.h.
Referenced by operator==(), and Pol::Mobile::Character::printProperties().