|
Pol
Revision:cb584c9
|
#include <dynproperties.h>
Public Member Functions | |
| ValueModPack (s16 value_) | |
| ValueModPack () | |
| ValueModPack & | addToMod (s16 other) |
| ValueModPack & | addToValue (const ValueModPack &other) |
| ValueModPack & | addToValue (s16 other) |
| bool | operator== (const ValueModPack &other) const |
| ValueModPack & | resetModAsValue () |
| ValueModPack & | setAsMod (s16 other) |
| s16 | sum () const |
Public Attributes | |
| s16 | mod |
| s16 | value |
Static Public Attributes | |
| static const ValueModPack | DEFAULT = ValueModPack() |
Definition at line 151 of file dynproperties.h.
|
inline |
Definition at line 330 of file dynproperties.h.
|
inline |
Definition at line 331 of file dynproperties.h.
|
inline |
Definition at line 346 of file dynproperties.h.
References mod.
|
inline |
Definition at line 336 of file dynproperties.h.
Referenced by Pol::Mobile::NPC::loadEquipablePropertiesNPC().
|
inline |
Definition at line 341 of file dynproperties.h.
References value.
|
inline |
Definition at line 332 of file dynproperties.h.
|
inline |
Definition at line 356 of file dynproperties.h.
|
inline |
Definition at line 351 of file dynproperties.h.
References mod.
|
inline |
Definition at line 361 of file dynproperties.h.
|
static |
Definition at line 165 of file dynproperties.h.
| s16 Pol::Core::ValueModPack::mod |
Definition at line 154 of file dynproperties.h.
Referenced by addToMod(), addToValue(), Pol::Mobile::NPC::loadEquipablePropertiesNPC(), operator==(), resetModAsValue(), setAsMod(), and sum().
| s16 Pol::Core::ValueModPack::value |
Definition at line 153 of file dynproperties.h.
Referenced by addToValue(), operator==(), resetModAsValue(), and sum().