25 #ifndef ENGINES_NWN_GUI_INGAME_CHARINFO_H 26 #define ENGINES_NWN_GUI_INGAME_CHARINFO_H 53 virtual void setHealthColor(
float r,
float g,
float b,
float a) = 0;
62 #endif // ENGINES_NWN_GUI_INGAME_CHARINFO_H virtual void setPortrait(const Common::UString &portrait)=0
Set the portrait image.
A NWN character info panel.
virtual void setHealthColor(float r, float g, float b, float a)=0
Set the health bar color.
A class holding an UTF-8 string.
virtual void setHealth(int32 current, int32 max)=0
Set the character health.
virtual void setArea(const Common::UString &area)
Set the area the character is in.
virtual void setName(const Common::UString &name)
Set the character name.