CommonLibSSE NG
Loading...
Searching...
No Matches
ExtraEnableStateChildren.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/B/BSExtraData.h"
5#include "RE/B/BSTList.h"
7
8namespace RE
9{
11 {
12 public:
13 inline static constexpr auto RTTI = RTTI_ExtraEnableStateChildren;
15
16 ~ExtraEnableStateChildren() override; // 00
17
18 // override (BSExtraData)
19 ExtraDataType GetType() const override; // 01 - { return kEnableStateChildren; }
20
21 // members
23 };
24 static_assert(sizeof(ExtraEnableStateChildren) == 0x20);
25}
Definition BSExtraData.h:9
Definition BSTList.h:10
Definition ExtraEnableStateChildren.h:11
ExtraDataType GetType() const override
static auto EXTRADATATYPE
Definition ExtraEnableStateChildren.h:14
BSSimpleList< ObjectRefHandle > children
Definition ExtraEnableStateChildren.h:22
static constexpr auto RTTI
Definition ExtraEnableStateChildren.h:13
Definition AbsorbEffect.h:6
constexpr REL::VariantID RTTI_ExtraEnableStateChildren(684661, 392325, 0x1ed8370)
ExtraDataType
Definition ExtraDataTypes.h:173