CommonLibSSE NG
Loading...
Searching...
No Matches
ExtraPromotedRef.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/B/BSExtraData.h"
4#include "RE/B/BSTArray.h"
6#include "RE/F/FormTypes.h"
7
8namespace RE
9{
11 {
12 public:
13 inline static constexpr auto RTTI = RTTI_ExtraPromotedRef;
15
16 ~ExtraPromotedRef() override; // 00
17
18 // override (BSExtraData)
19 [[nodiscard]] ExtraDataType GetType() const override; // 01 - { return kPromotedRef };
20
21 // members
23 };
24 static_assert(sizeof(ExtraPromotedRef) == 0x28);
25}
Definition BSExtraData.h:9
Definition BSTArray.h:377
Definition ExtraPromotedRef.h:11
ExtraDataType GetType() const override
~ExtraPromotedRef() override
static constexpr auto RTTI
Definition ExtraPromotedRef.h:13
static auto EXTRADATATYPE
Definition ExtraPromotedRef.h:14
BSTArray< TESForm * > promotedRefOwners
Definition ExtraPromotedRef.h:22
Definition AbsorbEffect.h:6
constexpr REL::VariantID RTTI_ExtraPromotedRef(684747, 392415, 0x1ed9300)
ExtraDataType
Definition ExtraDataTypes.h:173