afxSpellCastBar
Engine/source/afx/ui/afxSpellCastBar.cpp
Private Types
Parent
Private Attributes
Public Functions
DECLARE_CATEGORY("AFX" )
onStaticModified(const char * slotName, const char * newValue)
Specifically, these are called by setDataField when a static or dynamic field is modified, see the console details.
setFraction(F32 frac)
setProgress(F32 value)
Public Static Functions
Detailed Description
Private Types
typedef GuiControl Parent
Private Attributes
F32 fraction
LinearColorF rgba_background
LinearColorF rgba_border
LinearColorF rgba_fill
LinearColorF rgba_fill_final
bool use_alt_final_color
bool want_background
bool want_border
Public Functions
afxSpellCastBar()
DECLARE_CATEGORY("AFX" )
DECLARE_CONOBJECT(afxSpellCastBar )
getFraction()
onRender(Point2I offset, const RectI & updateRect)
Reimplemented from: GuiControl
onStaticModified(const char * slotName, const char * newValue)
Reimplemented from: SimObject
setFraction(F32 frac)
setProgress(F32 value)
Reimplemented from: afxProgressBase