CommonLibSSE (powerof3)
SafeZoneMenu.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/I/IMenu.h"
4 
5 namespace 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  };
18  static_assert(sizeof(SafeZoneMenu) == 0x30);
19 }
Definition: IMenu.h:55
Definition: SafeZoneMenu.h:11
constexpr static 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))