CommonLibSSE (Parapets fork)
Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
b
c
d
g
h
i
k
m
n
p
r
s
u
v
x
Typedefs
_
a
b
c
d
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
c
d
e
k
o
p
t
v
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
a
b
d
g
h
i
k
l
n
p
r
s
t
w
Related Functions
b
c
g
h
i
n
o
s
Files
File List
File Members
All
b
g
h
n
r
s
t
Functions
Typedefs
Macros
b
g
n
r
s
t
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
TitleSequenceMenu.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 = 4
8
// flags = kNone
9
// context = kNone
10
class
TitleSequenceMenu
:
public
IMenu
11
{
12
public
:
13
inline
static
constexpr
auto
RTTI
=
RTTI_TitleSequenceMenu
;
14
constexpr
static
std::string_view
MENU_NAME
=
"TitleSequence Menu"
;
15
16
~TitleSequenceMenu
()
override
;
// 00
17
18
// override (IMenu)
19
UI_MESSAGE_RESULTS
ProcessMessage
(
UIMessage
& a_message)
override
;
// 04
20
};
21
#ifndef SKYRIMVR
22
static_assert(
sizeof
(
TitleSequenceMenu
) == 0x30);
23
#else
24
static_assert(
sizeof
(
TitleSequenceMenu
) == 0x40);
25
#endif
26
}
IMenu.h
RE::IMenu
Definition:
IMenu.h:56
RE::TitleSequenceMenu
Definition:
TitleSequenceMenu.h:11
RE::TitleSequenceMenu::ProcessMessage
UI_MESSAGE_RESULTS ProcessMessage(UIMessage &a_message) override
RE::TitleSequenceMenu::~TitleSequenceMenu
~TitleSequenceMenu() override
RE::TitleSequenceMenu::MENU_NAME
constexpr static std::string_view MENU_NAME
Definition:
TitleSequenceMenu.h:14
RE::TitleSequenceMenu::RTTI
static constexpr auto RTTI
Definition:
TitleSequenceMenu.h:13
RE::UIMessage
Definition:
UIMessage.h:28
RE
Definition:
AbsorbEffect.h:6
RE::UI_MESSAGE_RESULTS
UI_MESSAGE_RESULTS
Definition:
IMenu.h:49
RE::RTTI_TitleSequenceMenu
constexpr REL::ID RTTI_TitleSequenceMenu
Definition:
Offsets_RTTI.h:6105
CommonLibSSE
include
RE
T
TitleSequenceMenu.h
Generated by
1.9.1