CommonLibSSE NG
Loading...
Searching...
No Matches
ExtraReflectedRefs.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/B/BSExtraData.h"
5#include "RE/B/BSTArray.h"
7
8namespace RE
9{
11 {
12 public:
13 inline static constexpr auto RTTI = RTTI_ExtraReflectedRefs;
15
16 ~ExtraReflectedRefs() override; // 00
17
18 // override (BSExtraData)
19 ExtraDataType GetType() const override; // 01 - { return kReflectedRefs; }
20 bool IsNotEqual(const BSExtraData* a_rhs) const override; // 02
21
22 // members
24 };
25 static_assert(sizeof(ExtraReflectedRefs) == 0x28);
26}
Definition BSExtraData.h:9
Definition BSTArray.h:377
Definition ExtraReflectedRefs.h:11
bool IsNotEqual(const BSExtraData *a_rhs) const override
~ExtraReflectedRefs() override
BSTArray< ObjectRefHandle > refs
Definition ExtraReflectedRefs.h:23
ExtraDataType GetType() const override
static auto EXTRADATATYPE
Definition ExtraReflectedRefs.h:14
static constexpr auto RTTI
Definition ExtraReflectedRefs.h:13
Definition AbsorbEffect.h:6
constexpr REL::VariantID RTTI_ExtraReflectedRefs(684727, 392394, 0x1ed8f60)
ExtraDataType
Definition ExtraDataTypes.h:173