#include <memory>
#include <string>
Go to the source code of this file.
Namespaces | |
orb_status_helper | |
Enumerations | |
enum | orb_status { orb_status::unmoved, orb_status::disengaged, orb_status::moved, orb_status::partial, orb_status::allied, orb_status::enemy } |
Corresponds to the colored orbs displayed above units' hp-bar and xp-bar. More... | |
Functions | |
bool | orb_status_helper::prefs_show_orb (orb_status os) |
Wrapper for the various preferences::show_..._orb() methods, using the enum instead of exposing a separate function for each preference. More... | |
std::string | orb_status_helper::get_orb_color (orb_status os) |
Wrapper for the various preferences::unmoved_color(), moved_color(), etc methods, using the enum instead of exposing a separate function for each preference. More... | |
|
strong |
Corresponds to the colored orbs displayed above units' hp-bar and xp-bar.
Definition at line 24 of file orb_status.hpp.