CommonLibSSE (powerof3)
Loading...
Searching...
No Matches
BSBound.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/N/NiExtraData.h"
4#include "RE/N/NiPoint3.h"
5
6namespace RE
7{
8 class BSBound : public NiExtraData
9 {
10 public:
11 inline static constexpr auto RTTI = RTTI_BSBound;
12 inline static constexpr auto Ni_RTTI = NiRTTI_BSBound;
13 inline static constexpr auto VTABLE = VTABLE_BSBound;
14
15 ~BSBound() override; // 00
16
17 // override (NiExtraData)
18 const NiRTTI* GetRTTI() const override; // 02
19 NiObject* CreateClone(NiCloningProcess& a_cloning) override; // 17 - { return this; }
20 void LoadBinary(NiStream& a_stream) override; // 18
21 void LinkObject(NiStream& a_stream) override; // 19 - { NiExtraData::LinkObject(a_stream); }
22 bool RegisterStreamables(NiStream& a_stream) override; // 1A - { return NiExtraData::RegisterStreamables(a_stream) == false; }
23 void SaveBinary(NiStream& a_stream) override; // 1B
24 bool IsEqual(NiObject* a_object) override; // 1C
25
26 // members
29 };
30 static_assert(sizeof(BSBound) == 0x30);
31}
Definition BSBound.h:9
NiObject * CreateClone(NiCloningProcess &a_cloning) override
bool IsEqual(NiObject *a_object) override
~BSBound() override
NiPoint3 center
Definition BSBound.h:27
static constexpr auto RTTI
Definition BSBound.h:11
static constexpr auto Ni_RTTI
Definition BSBound.h:12
NiPoint3 extents
Definition BSBound.h:28
const NiRTTI * GetRTTI() const override
void SaveBinary(NiStream &a_stream) override
static constexpr auto VTABLE
Definition BSBound.h:13
void LinkObject(NiStream &a_stream) override
void LoadBinary(NiStream &a_stream) override
bool RegisterStreamables(NiStream &a_stream) override
Definition NiCloningProcess.h:10
Definition NiExtraData.h:9
Definition NiObject.h:37
Definition NiPoint3.h:6
Definition NiRTTI.h:6
Definition NiStream.h:29
Definition AbsorbEffect.h:6
constexpr std::array< REL::ID, 1 > VTABLE_BSBound
Definition Offsets_VTABLE.h:8971
constexpr REL::ID NiRTTI_BSBound(static_cast< std::uint64_t >(524648))
constexpr REL::ID RTTI_BSBound(static_cast< std::uint64_t >(690724))