|
CommonLibSSE (Parapets fork)
|
#include <HUDMenu.h>
Public Member Functions | |
| ~HUDMenu () override | |
| void | Accept (CallbackProcessor *a_processor) override |
| UI_MESSAGE_RESULTS | ProcessMessage (UIMessage &a_message) override |
| void | AdvanceMovie (float a_interval, std::uint32_t a_currentTime) override |
| void | RefreshPlatform () override |
| BSEventNotifyControl | ProcessEvent (const UserEventEnabledEvent *a_event, BSTEventSource< UserEventEnabledEvent > *a_eventSource) override |
| BSEventNotifyControl | ProcessEvent (const BSRemoteGamepadEvent *a_event, BSTEventSource< BSRemoteGamepadEvent > *a_eventSource) override |
Public Member Functions inherited from RE::IMenu | |
| ~IMenu () override | |
| void | Accept (CallbackProcessor *a_processor) override |
| virtual void | PostCreate () |
| virtual void | Unk_03 (void) |
| virtual void | PostDisplay () |
| virtual void | PreDisplay () |
| constexpr bool | AdvancesUnderPauseMenu () const noexcept |
| constexpr bool | AllowSaving () const noexcept |
| constexpr bool | AlwaysOpen () const noexcept |
| constexpr bool | ApplicationMenu () const noexcept |
| constexpr bool | AssignCursorToRenderer () const noexcept |
| constexpr bool | CustomRendering () const noexcept |
| constexpr bool | CompanionAppAllowed () const noexcept |
| constexpr bool | DisablePauseMenu () const noexcept |
| constexpr bool | DontHideCursorWhenTopmost () const noexcept |
| constexpr bool | FreezeFrameBackground () const noexcept |
| constexpr bool | FreezeFramePause () const noexcept |
| constexpr bool | HasButtonBar () const noexcept |
| constexpr bool | InventoryItemMenu () const noexcept |
| constexpr bool | IsTopButtonBar () const noexcept |
| constexpr bool | LargeScaleformRenderCacheMode () const noexcept |
| constexpr bool | Modal () const noexcept |
| constexpr bool | OnStack () const noexcept |
| constexpr bool | PausesGame () const noexcept |
| constexpr bool | RendersOffscreenTargets () const noexcept |
| constexpr bool | RendersUnderPauseMenu () const noexcept |
| constexpr bool | RequiresUpdate () const noexcept |
| constexpr bool | SkipRenderDuringFreezeFrameScreenshot () const noexcept |
| constexpr bool | TopmostRenderedMenu () const noexcept |
| constexpr bool | UpdateUsesCursor () const noexcept |
| constexpr bool | UsesBlurredBackground () const noexcept |
| constexpr bool | UsesCursor () const noexcept |
| constexpr bool | UsesMenuContext () const noexcept |
| constexpr bool | UsesMovementToDirection () const noexcept |
Public Member Functions inherited from RE::FxDelegateHandler | |
| ~FxDelegateHandler () override=default | |
Public Member Functions inherited from RE::GRefCountBaseStatImpl< GRefCountImpl, STAT > | |
| GFC_MEMORY_REDEFINE_NEW_IMPL (GRefCountImpl, GFC_REFCOUNTALLOC_CHECK_DELETE, StatType) | |
Public Member Functions inherited from RE::GRefCountImpl | |
| ~GRefCountImpl () override=default | |
| void | AddRef () |
| void | Release () |
Public Member Functions inherited from RE::BSTEventSink< UserEventEnabledEvent > | |
| virtual | ~BSTEventSink ()=default |
Public Member Functions inherited from RE::BSTEventSink< BSRemoteGamepadEvent > | |
| virtual | ~BSTEventSink ()=default |
Public Attributes | |
| BSTArray< HUDObject * > | objects |
| ActorValueMeter * | health |
| ActorValueMeter * | stamina |
| ActorValueMeter * | magicka |
| ShoutMeter * | shout |
| GFxValue | root |
| std::uint64_t | unk90 |
Public Attributes inherited from RE::IMenu | |
| GPtr< GFxMovieView > | uiMovie { nullptr } |
| std::int8_t | depthPriority { 3 } |
| std::uint8_t | pad19 { 0 } |
| std::uint16_t | pad1A { 0 } |
| stl::enumeration< UI_MENU_FLAGS, std::uint32_t > | menuFlags { Flag::kNone } |
| stl::enumeration< Context, std::uint32_t > | inputContext { Context::kNone } |
| std::uint32_t | pad24 { 0 } |
| GPtr< FxDelegate > | fxDelegate { nullptr } |
Static Public Attributes | |
| static constexpr auto | RTTI = RTTI_HUDMenu |
| constexpr static std::string_view | MENU_NAME = "HUD Menu" |
Static Public Attributes inherited from RE::IMenu | |
| static constexpr auto | RTTI = RTTI_IMenu |
Static Public Attributes inherited from RE::FxDelegateHandler | |
| static constexpr auto | RTTI = RTTI_FxDelegateHandler |
Static Public Attributes inherited from RE::GRefCountImpl | |
| static constexpr auto | RTTI = RTTI_GRefCountImpl |
Additional Inherited Members | |
Public Types inherited from RE::IMenu | |
| using | Context = UserEvents::INPUT_CONTEXT_ID |
| using | Flag = UI_MENU_FLAGS |
Public Types inherited from RE::FxDelegateHandler | |
| using | CallbackFn = void(const FxDelegateArgs &a_params) |
Public Types inherited from RE::GRefCountBase< FxDelegateHandler, GStatGroups::kGStat_Default_Mem > | |
| enum | |
|
override |
|
overridevirtual |
Implements RE::FxDelegateHandler.
|
overridevirtual |
Reimplemented from RE::IMenu.
|
overridevirtual |
Implements RE::BSTEventSink< BSRemoteGamepadEvent >.
|
overridevirtual |
Implements RE::BSTEventSink< UserEventEnabledEvent >.
|
overridevirtual |
Reimplemented from RE::IMenu.
|
overridevirtual |
Reimplemented from RE::IMenu.
| ActorValueMeter* RE::HUDMenu::health |
| ActorValueMeter* RE::HUDMenu::magicka |
|
staticconstexpr |
| GFxValue RE::HUDMenu::root |
|
inlinestaticconstexpr |
| ShoutMeter* RE::HUDMenu::shout |
| ActorValueMeter* RE::HUDMenu::stamina |
| std::uint64_t RE::HUDMenu::unk90 |