#include <string>
Go to the source code of this file.
Namespaces | |
orb_status_helper | |
Enumerations | |
enum class | orb_status { unmoved , disengaged , moved , partial , allied , 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 prefs::get().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 prefs::get().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 23 of file orb_status.hpp.