CommonLibVR
|
#include <MapMenu.h>
Public Member Functions | |
~MapMenu () 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 MenuOpenCloseEvent *a_event, BSTEventSource< MenuOpenCloseEvent > *a_eventSource) override |
void | PlaceMarker () |
Public Member Functions inherited from RE::IMenu | |
~IMenu () override=default | |
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< MenuOpenCloseEvent > | |
virtual | ~BSTEventSink ()=default |
Public Member Functions inherited from RE::IMapCameraCallbacks | |
virtual void | Unk_00 (void) |
virtual void | Unk_01 (void) |
virtual | ~IMapCameraCallbacks () |
Static Public Attributes | |
static constexpr auto | RTTI = RTTI_MapMenu |
constexpr static std::string_view | MENU_NAME = "MapMenu" |
Static Public Attributes inherited from RE::IMenu | |
static constexpr auto | RTTI = RTTI_IMenu |
static constexpr auto | VTABLE = VTABLE_IMenu |
Static Public Attributes inherited from RE::FxDelegateHandler | |
static constexpr auto | RTTI = RTTI_FxDelegateHandler |
static constexpr auto | VTABLE = VTABLE_FxDelegateHandler |
Static Public Attributes inherited from RE::GRefCountImpl | |
static constexpr auto | RTTI = RTTI_GRefCountImpl |
static constexpr auto | VTABLE = VTABLE_GRefCountImpl |
Static Public Attributes inherited from RE::IMapCameraCallbacks | |
static constexpr auto | RTTI = RTTI_IMapCameraCallbacks |
static constexpr auto | VTABLE = VTABLE_IMapCameraCallbacks |
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 |
Reimplemented from RE::IMenu.
|
overridevirtual |
Reimplemented from RE::IMenu.
|
inline |
|
overridevirtual |
Implements RE::BSTEventSink< MenuOpenCloseEvent >.
|
overridevirtual |
Reimplemented from RE::IMenu.
|
overridevirtual |
Reimplemented from RE::IMenu.
MapCamera RE::MapMenu::camera |
NiPoint3 RE::MapMenu::cameraPickDirection |
NiPoint3 RE::MapMenu::cameraPickOrigin |
bool RE::MapMenu::controlsReady |
LocalMapMenu RE::MapMenu::localMapMenu |
BSTSmartPointer<MapLookHandler> RE::MapMenu::lookHandler |
ObjectRefHandle RE::MapMenu::mapMarker |
BSTArray<MapMenuMarker> RE::MapMenu::mapMarkers |
GFxValue RE::MapMenu::mapMovie |
|
staticconstexpr |
BSTSmartPointer<MapMoveHandler> RE::MapMenu::moveHandler |
NiPoint3 RE::MapMenu::playerMarkerPosition |
|
inlinestaticconstexpr |
std::int32_t RE::MapMenu::selectedMarker |
RefHandle RE::MapMenu::unk30460 |
std::uint64_t RE::MapMenu::unk30530 |
BSSoundHandle RE::MapMenu::unk30574 |
std::uint64_t RE::MapMenu::unk30580 |
std::uint32_t RE::MapMenu::unk30588 |
std::uint8_t RE::MapMenu::unk3058D |
std::uint16_t RE::MapMenu::unk3058E |
std::uint64_t RE::MapMenu::unk30590 |
TESWorldSpace* RE::MapMenu::worldSpace |
BSTSmartPointer<MapZoomHandler> RE::MapMenu::zoomHandler |