CommonLibSSE (Parapets fork)
Loading...
Searching...
No Matches
LoggingDisabler.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/G/GFxLog.h"
4
5namespace RE
6{
7#ifdef SKYRIMVR
8 class LoggingDisabler : public GFxLog
9 {
10 public:
11 inline static constexpr auto RTTI = RTTI___LoggingDisabler;
12
13 LoggingDisabler() = default;
14 ~LoggingDisabler() override = default; // 00
15
16 // override (GFxLog)
17 void LogMessageVarg([[maybe_unused]] LogMessageType a_messageType, [[maybe_unused]] const char* a_fmt, [[maybe_unused]] std::va_list a_argList) override{}; // 01
18 };
19 static_assert(sizeof(LoggingDisabler) == 0x20);
20#endif
21}
Definition: AbsorbEffect.h:6
constexpr REL::Offset RTTI___LoggingDisabler
Definition: Offsets_RTTI_VR.h:2416