CommonLibSSE NG
Loading...
Searching...
No Matches
DBTraits.h
Go to the documentation of this file.
1#pragma once
2
3namespace RE
4{
5 namespace BSModelDB
6 {
7 struct DBTraits
8 {
9 public:
10 inline static constexpr auto RTTI = RTTI_BSModelDB__DBTraits;
11
12 struct ArgsType
13 {
14 public:
15 // members
16 std::uint32_t LODmult{ 0 }; // 0
17 std::uint32_t texLoadLevel{ 3 }; // 4
18 bool unk8{ true }; // 8
19 bool unk9{ false }; // 9
20 bool unkA{ true }; // A
21 bool postProcess{ true }; // B
22 };
23 static_assert(sizeof(ArgsType) == 0xC);
24 };
25 }
26}
Definition AbsorbEffect.h:6
constexpr REL::VariantID RTTI_BSModelDB__DBTraits(690665, 398520, 0x1f651d8)
Definition DBTraits.h:13
std::uint32_t texLoadLevel
Definition DBTraits.h:17
bool postProcess
Definition DBTraits.h:21
bool unk8
Definition DBTraits.h:18
bool unk9
Definition DBTraits.h:19
std::uint32_t LODmult
Definition DBTraits.h:16
bool unkA
Definition DBTraits.h:20
Definition DBTraits.h:8
static constexpr auto RTTI
Definition DBTraits.h:10