CommonLibSSE NG
Loading...
Searching...
No Matches
ExtraReflectorRefs.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_ExtraReflectorRefs;
15
16 ~ExtraReflectorRefs() override; // 00
17
18 // override (BSExtraData)
19 ExtraDataType GetType() const override; // 01 - { return kReflectorRefs; }
20 bool IsNotEqual(const BSExtraData* a_rhs) const override; // 02
21
22 // members
24 };
25 static_assert(sizeof(ExtraReflectorRefs) == 0x28);
26}
Definition BSExtraData.h:9
Definition BSTArray.h:377
Definition ExtraReflectorRefs.h:11
BSTArray< ObjectRefHandle > refs
Definition ExtraReflectorRefs.h:23
bool IsNotEqual(const BSExtraData *a_rhs) const override
static auto EXTRADATATYPE
Definition ExtraReflectorRefs.h:14
static constexpr auto RTTI
Definition ExtraReflectorRefs.h:13
~ExtraReflectorRefs() override
ExtraDataType GetType() const override
Definition AbsorbEffect.h:6
constexpr REL::VariantID RTTI_ExtraReflectorRefs(684728, 392395, 0x1ed8f90)
ExtraDataType
Definition ExtraDataTypes.h:173