CommonLibVR
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace 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
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
p
r
s
u
v
x
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
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
d
g
k
s
v
w
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
Enumerator
b
d
f
g
h
i
k
m
n
p
r
s
t
v
w
Related Symbols
b
c
g
h
i
n
o
s
Files
File List
File Members
All
b
g
k
n
r
s
t
Functions
Macros
b
g
k
n
r
s
t
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
TESTrackedStatsEvent.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
RE/B/BSFixedString.h
"
4
5
namespace
RE
6
{
7
struct
TESTrackedStatsEvent
8
{
9
public
:
10
// members
11
BSFixedString
stat
;
// 00
12
std::int32_t
value
;
// 08
13
std::uint32_t
pad0C
;
// 0C
14
private
:
15
KEEP_FOR_RE
()
16
};
7
struct
TESTrackedStatsEvent
{
…
};
17
static_assert
(
sizeof
(
TESTrackedStatsEvent
) == 0x10);
18
}
BSFixedString.h
KEEP_FOR_RE
#define KEEP_FOR_RE()
Definition
PCH.h:518
RE::detail::BSFixedString< char >
RE
Definition
AbsorbEffect.h:6
RE::TESTrackedStatsEvent
Definition
TESTrackedStatsEvent.h:8
RE::TESTrackedStatsEvent::stat
BSFixedString stat
Definition
TESTrackedStatsEvent.h:11
RE::TESTrackedStatsEvent::value
std::int32_t value
Definition
TESTrackedStatsEvent.h:12
RE::TESTrackedStatsEvent::pad0C
std::uint32_t pad0C
Definition
TESTrackedStatsEvent.h:13
CommonLibVR
include
RE
T
TESTrackedStatsEvent.h
Generated by
1.9.8