Go to the source code of this file.
|
#define | MOD_LIST_ELEMENT(num, name, green_is_negative, display_type, locale_name) modifier_display_info{green_is_negative, display_type, locale_name}, |
|
#define | MOD_LIST_ELEMENT(num, name, green_is_negative, display_type, locale_name) modifier_display_info{green_is_negative, display_type, locale_name}, |
|
|
std::string | ui::format_modifier_value (sys::state &state, float value, modifier_display_type type) |
|
void | ui::modifier_description (sys::state &state, text::layout_base &layout, dcon::modifier_id mid, int32_t indentation=0) |
|
void | ui::active_single_modifier_description (sys::state &state, text::layout_base &layout, dcon::modifier_id mid, int32_t indentation, bool &header, dcon::national_modifier_value nmid, float scaled) |
|
void | ui::active_single_modifier_description (sys::state &state, text::layout_base &layout, dcon::modifier_id mid, int32_t indentation, bool &header, dcon::provincial_modifier_value pmid, float scaled) |
|
template<typename T > |
void | ui::acting_modifiers_description_province (sys::state &state, text::layout_base &layout, dcon::province_id p, int32_t identation, bool &header, T nmid) |
|
void | ui::active_modifiers_description (sys::state &state, text::layout_base &layout, dcon::province_id p, int32_t identation, dcon::provincial_modifier_value nmid, bool have_header) |
|
void | ui::active_modifiers_description (sys::state &state, text::layout_base &layout, dcon::nation_id n, int32_t identation, dcon::national_modifier_value nmid, bool header) |
|
◆ MOD_LIST_ELEMENT [1/2]
#define MOD_LIST_ELEMENT |
( |
|
num, |
|
|
|
name, |
|
|
|
green_is_negative, |
|
|
|
display_type, |
|
|
|
locale_name |
|
) |
| modifier_display_info{green_is_negative, display_type, locale_name}, |
◆ MOD_LIST_ELEMENT [2/2]
#define MOD_LIST_ELEMENT |
( |
|
num, |
|
|
|
name, |
|
|
|
green_is_negative, |
|
|
|
display_type, |
|
|
|
locale_name |
|
) |
| modifier_display_info{green_is_negative, display_type, locale_name}, |