CommonLibSSE NG
|
#include <HUDNotifications.h>
Classes | |
struct | Notification |
Public Member Functions | |
~HUDNotifications () override | |
void | Update () override |
bool | ProcessMessage (UIMessage *a_message) override |
void | RegisterHUDComponent (FxDelegateArgs &a_params) override |
void | CleanUp () override |
Public Member Functions inherited from RE::HUDObject | |
HUDObject (GFxMovieView *a_view) | |
virtual | ~HUDObject () |
virtual void | Update ()=0 |
virtual bool | ProcessMessage (UIMessage *a_message) |
virtual void | RegisterHUDComponent (FxDelegateArgs &a_params) |
virtual void | CleanUp () |
TES_HEAP_REDEFINE_NEW () | |
Public Attributes | |
BSTArray< Notification > | queue |
GFxValue | root |
GFxValue | objectives |
std::uint32_t | time |
float | levelPoints |
Public Attributes inherited from RE::HUDObject | |
GPtr< GFxMovieView > | view |
GFxValue | root |
Static Public Attributes | |
static constexpr auto | RTTI = RTTI_HUDNotifications |
static constexpr auto | VTABLE = VTABLE_HUDNotifications |
Static Public Attributes inherited from RE::HUDObject | |
static constexpr auto | RTTI = RTTI_HUDObject |
static constexpr auto | VTABLE = VTABLE_HUDObject |
Additional Inherited Members | |
Public Types inherited from RE::HUDObject | |
using | HudComponent = HudComponents::HudComponent |
|
override |
|
overridevirtual |
Reimplemented from RE::HUDObject.
|
overridevirtual |
Reimplemented from RE::HUDObject.
|
overridevirtual |
Reimplemented from RE::HUDObject.
|
overridevirtual |
Implements RE::HUDObject.
float RE::HUDNotifications::levelPoints |
GFxValue RE::HUDNotifications::objectives |
BSTArray<Notification> RE::HUDNotifications::queue |
GFxValue RE::HUDNotifications::root |
|
inlinestaticconstexpr |
std::uint32_t RE::HUDNotifications::time |
|
inlinestaticconstexpr |