CommonLibSSE NG
Loading...
Searching...
No Matches
BSHandleRefObject.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/N/NiRefObject.h"
4
5namespace RE
6{
8 {
9 public:
10 inline static constexpr auto RTTI = RTTI_BSHandleRefObject;
11
12 enum
13 {
15 kHandleValid = 1 << 10
16 };
17
18 ~BSHandleRefObject() override; // 00
19
22 [[nodiscard]] bool IsHandleValid() const;
23 [[nodiscard]] std::uint32_t QRefCount() const;
24 };
25 static_assert(sizeof(BSHandleRefObject) == 0x10);
26}
Definition BSHandleRefObject.h:8
static constexpr auto RTTI
Definition BSHandleRefObject.h:10
~BSHandleRefObject() override
bool IsHandleValid() const
std::uint32_t QRefCount() const
@ kHandleValid
Definition BSHandleRefObject.h:15
@ kRefCountMask
Definition BSHandleRefObject.h:14
Definition NiRefObject.h:8
Definition AbsorbEffect.h:6
constexpr REL::VariantID RTTI_BSHandleRefObject(685165, 392931, 0x1ee0e20)