CommonLibSSE NG
Loading...
Searching...
No Matches
ExtraHorse.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/B/BSExtraData.h"
6
7namespace RE
8{
9 class ExtraHorse : public BSExtraData
10 {
11 public:
12 inline static constexpr auto RTTI = RTTI_ExtraHorse;
14
15 ~ExtraHorse() override; // 00
16
17 // override (BSExtraData)
18 ExtraDataType GetType() const override; // 01 - { return kHorse; }
19 bool IsNotEqual(const BSExtraData* a_rhs) const override; // 02 - { return horseRef != a_rhs->horseRef; }
20
21 // members
23 std::uint32_t pad14; // 14
24 };
25 static_assert(sizeof(ExtraHorse) == 0x18);
26}
Definition BSExtraData.h:9
Definition ExtraHorse.h:10
static auto EXTRADATATYPE
Definition ExtraHorse.h:13
std::uint32_t pad14
Definition ExtraHorse.h:23
ExtraDataType GetType() const override
ObjectRefHandle horseRef
Definition ExtraHorse.h:22
static constexpr auto RTTI
Definition ExtraHorse.h:12
bool IsNotEqual(const BSExtraData *a_rhs) const override
~ExtraHorse() override
Definition AbsorbEffect.h:6
constexpr REL::VariantID RTTI_ExtraHorse(684694, 392361, 0x1ed89e0)
ExtraDataType
Definition ExtraDataTypes.h:173