CommonLibSSE NG
Loading...
Searching...
No Matches
ExtraAttachedArrows3D.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/B/BSExtraData.h"
4#include "RE/B/BSTArray.h"
7
8namespace RE
9{
10 class BGSProjectile;
11 class NiAVObject;
12
14 {
15 public:
16 inline static constexpr auto RTTI = RTTI_ExtraAttachedArrows3D;
18
19 struct DataItem
20 {
21 public:
22 // members
24 std::uint64_t timeStamp; // 08
26 };
27 static_assert(sizeof(DataItem) == 0x18);
28
29 ~ExtraAttachedArrows3D() override; // 00
30
31 // override (BSExtraData)
32 ExtraDataType GetType() const override; // 01 - { return kAttachedArrows3D; }
33 bool IsNotEqual(const BSExtraData* a_rhs) const override; // 02
34
35 // members
37 std::uint16_t nextStorage; // 28
38 std::uint16_t oldestStorage; // 2A
39 std::uint32_t pad2C; // 2C
40 };
41 static_assert(sizeof(ExtraAttachedArrows3D) == 0x30);
42}
Definition BGSProjectile.h:79
Definition BSExtraData.h:9
Definition BSTArray.h:377
Definition ExtraAttachedArrows3D.h:14
BSTArray< DataItem > data
Definition ExtraAttachedArrows3D.h:36
ExtraDataType GetType() const override
bool IsNotEqual(const BSExtraData *a_rhs) const override
std::uint16_t nextStorage
Definition ExtraAttachedArrows3D.h:37
~ExtraAttachedArrows3D() override
std::uint32_t pad2C
Definition ExtraAttachedArrows3D.h:39
static auto EXTRADATATYPE
Definition ExtraAttachedArrows3D.h:17
std::uint16_t oldestStorage
Definition ExtraAttachedArrows3D.h:38
static constexpr auto RTTI
Definition ExtraAttachedArrows3D.h:16
Definition NiSmartPointer.h:9
Definition AbsorbEffect.h:6
constexpr REL::VariantID RTTI_ExtraAttachedArrows3D(684750, 392418, 0x1ed9380)
ExtraDataType
Definition ExtraDataTypes.h:173
Definition ExtraAttachedArrows3D.h:20
BGSProjectile * source
Definition ExtraAttachedArrows3D.h:25
NiPointer< NiAVObject > arrow3D
Definition ExtraAttachedArrows3D.h:23
std::uint64_t timeStamp
Definition ExtraAttachedArrows3D.h:24