CommonLibVR
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;
17 inline static constexpr auto VTABLE = VTABLE_ExtraAttachedArrows3D;
18 inline static constexpr auto EXTRADATATYPE = ExtraDataType::kAttachedArrows3D;
19
20 struct DataItem
21 {
22 public:
23 // members
25 std::uint64_t timeStamp; // 08
27 };
28 static_assert(sizeof(DataItem) == 0x18);
29
30 ~ExtraAttachedArrows3D() override; // 00
31
32 // override (BSExtraData)
33 ExtraDataType GetType() const override; // 01 - { return kAttachedArrows3D; }
34 bool IsNotEqual(const BSExtraData* a_rhs) const override; // 02
35
36 // members
38 std::uint16_t nextStorage; // 28
39 std::uint16_t oldestStorage; // 2A
40 std::uint32_t pad2C; // 2C
41 private:
43 };
44 static_assert(sizeof(ExtraAttachedArrows3D) == 0x30);
45}
#define KEEP_FOR_RE()
Definition PCH.h:517
Definition BGSProjectile.h:79
Definition BSExtraData.h:9
Definition BSTArray.h:378
Definition ExtraAttachedArrows3D.h:14
BSTArray< DataItem > data
Definition ExtraAttachedArrows3D.h:37
ExtraDataType GetType() const override
bool IsNotEqual(const BSExtraData *a_rhs) const override
std::uint16_t nextStorage
Definition ExtraAttachedArrows3D.h:38
~ExtraAttachedArrows3D() override
std::uint32_t pad2C
Definition ExtraAttachedArrows3D.h:40
std::uint16_t oldestStorage
Definition ExtraAttachedArrows3D.h:39
static constexpr auto VTABLE
Definition ExtraAttachedArrows3D.h:17
static constexpr auto RTTI
Definition ExtraAttachedArrows3D.h:16
static constexpr auto EXTRADATATYPE
Definition ExtraAttachedArrows3D.h:18
Definition NiSmartPointer.h:9
Definition AbsorbEffect.h:6
constexpr REL::ID RTTI_ExtraAttachedArrows3D(static_cast< std::uint64_t >(684750))
constexpr std::array< REL::ID, 1 > VTABLE_ExtraAttachedArrows3D
Definition Offsets_VTABLE.h:11490
ExtraDataType
Definition ExtraDataTypes.h:173
Definition ExtraAttachedArrows3D.h:21
BGSProjectile * source
Definition ExtraAttachedArrows3D.h:26
NiPointer< NiAVObject > arrow3D
Definition ExtraAttachedArrows3D.h:24
std::uint64_t timeStamp
Definition ExtraAttachedArrows3D.h:25