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