CommonLibSSE NG
Loading...
Searching...
No Matches
FactionRank.h
Go to the documentation of this file.
1#pragma once
2
3namespace RE
4{
5 class TESFaction;
6
7 struct FACTION_RANK // SNAM
8 {
9 public:
10 // members
12 std::int8_t rank; // 08
13 std::uint8_t pad09{ 0 }; // 09
14 std::uint16_t pad0A{ 0 }; // 0A
15 std::uint32_t pad0C{ 0 }; // 0C
16 };
17 static_assert(sizeof(FACTION_RANK) == 0x10);
18}
Definition TESFaction.h:120
Definition AbsorbEffect.h:6
Definition FactionRank.h:8
std::uint16_t pad0A
Definition FactionRank.h:14
std::int8_t rank
Definition FactionRank.h:12
std::uint32_t pad0C
Definition FactionRank.h:15
TESFaction * faction
Definition FactionRank.h:11
std::uint8_t pad09
Definition FactionRank.h:13