CommonLibSSE NG
Loading...
Searching...
No Matches
LogEvent.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
RE/E/ErrorLogger.h
"
4
5
namespace
RE
6
{
7
namespace
BSScript
8
{
9
struct
LogEvent
10
{
11
public
:
12
// members
13
const
char
*
const
errorMsg
;
// 00
14
const
ErrorLogger::Severity
severity
;
// 08
15
std::uint32_t
pad0C
;
// 0C
16
};
17
static_assert
(
sizeof
(
LogEvent
) == 0x10);
18
}
19
}
ErrorLogger.h
RE::BSScript::ErrorLogger::Severity
Severity
Definition
ErrorLogger.h:18
RE
Definition
AbsorbEffect.h:6
RE::BSScript::LogEvent
Definition
LogEvent.h:10
RE::BSScript::LogEvent::pad0C
std::uint32_t pad0C
Definition
LogEvent.h:15
RE::BSScript::LogEvent::errorMsg
const char *const errorMsg
Definition
LogEvent.h:13
RE::BSScript::LogEvent::severity
const ErrorLogger::Severity severity
Definition
LogEvent.h:14
CommonLibSSE-NG
include
RE
L
LogEvent.h
Generated by
1.9.7