CommonLibSSE (powerof3)
Loading...
Searching...
No Matches
ExtraReservedMarkers.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{
11 {
12 public:
13 inline static constexpr auto RTTI = RTTI_ExtraReservedMarkers;
14 inline static constexpr auto VTABLE = VTABLE_ExtraReservedMarkers;
15 inline static constexpr auto EXTRADATATYPE = ExtraDataType::kReservedMarkers;
16
17 virtual ~ExtraReservedMarkers(); // 00
18
19 // override (BSExtraData)
20 virtual ExtraDataType GetType() const override; // 01 - { return kReservedMarkers; }
21
22 // members
24 std::uint64_t unk28; // 28
25 };
26 static_assert(sizeof(ExtraReservedMarkers) == 0x30);
27}
Definition BSExtraData.h:9
Definition BSTArray.h:378
Definition ExtraReservedMarkers.h:11
static constexpr auto EXTRADATATYPE
Definition ExtraReservedMarkers.h:15
static constexpr auto RTTI
Definition ExtraReservedMarkers.h:13
virtual ExtraDataType GetType() const override
static constexpr auto VTABLE
Definition ExtraReservedMarkers.h:14
std::uint64_t unk28
Definition ExtraReservedMarkers.h:24
BSTArray< MarkerUsedData > reservedMarkerArray
Definition ExtraReservedMarkers.h:23
Definition AbsorbEffect.h:6
constexpr std::array< REL::ID, 1 > VTABLE_ExtraReservedMarkers
Definition Offsets_VTABLE.h:11606
constexpr REL::ID RTTI_ExtraReservedMarkers(static_cast< std::uint64_t >(685201))
ExtraDataType
Definition ExtraDataTypes.h:173