#include <abilities.hpp>
Public Member Functions | |
| void | set (value_modifier t, int val, const config &abil, const map_location &l) |
Public Attributes | |
| value_modifier | type {NOT_USED} |
| int | value {0} |
| const config * | ability {nullptr} |
| map_location | loc {map_location::null_location()} |
Definition at line 340 of file abilities.hpp.
| void unit_abilities::individual_effect::set | ( | value_modifier | t, |
| int | val, | ||
| const config & | abil, | ||
| const map_location & | l | ||
| ) |
Definition at line 1981 of file abilities.cpp.
References ability, loc, t, type, and value.
Referenced by unit_abilities::effect::effect_impl().
| const config* unit_abilities::individual_effect::ability {nullptr} |
Definition at line 345 of file abilities.hpp.
Referenced by set().
| map_location unit_abilities::individual_effect::loc {map_location::null_location()} |
Definition at line 346 of file abilities.hpp.
Referenced by set().
| value_modifier unit_abilities::individual_effect::type {NOT_USED} |
Definition at line 343 of file abilities.hpp.
Referenced by unit_abilities::effect::effect_impl(), and set().
| int unit_abilities::individual_effect::value {0} |
Definition at line 344 of file abilities.hpp.
Referenced by unit_abilities::effect::effect_impl(), and set().