CommonLibVR
Loading...
Searching...
No Matches
SafeZoneMenu.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/I/IMenu.h"
4
5namespace RE
6{
7 // menuDepth = 11
8 // flags = kNone
9 // context = kNone
10 class SafeZoneMenu : public IMenu
11 {
12 public:
13 inline static constexpr auto RTTI = RTTI_SafeZoneMenu;
14 constexpr static std::string_view MENU_NAME = "SafeZoneMenu";
15
16 ~SafeZoneMenu() override; // 00
17 private:
19 };
20#ifndef SKYRIMVR
21 static_assert(sizeof(SafeZoneMenu) == 0x30);
22#else
23 static_assert(sizeof(SafeZoneMenu) == 0x40);
24#endif
25}
#define KEEP_FOR_RE()
Definition PCH.h:517
Definition IMenu.h:64
Definition SafeZoneMenu.h:11
static constexpr std::string_view MENU_NAME
Definition SafeZoneMenu.h:14
~SafeZoneMenu() override
static constexpr auto RTTI
Definition SafeZoneMenu.h:13
Definition AbsorbEffect.h:6
constexpr REL::ID RTTI_SafeZoneMenu(static_cast< std::uint64_t >(688904))