CommonLibSSE (powerof3)
TESBoundAnimObject.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/T/TESBoundObject.h"
4 
5 namespace RE
6 {
8  {
9  public:
10  inline static constexpr auto RTTI = RTTI_TESBoundAnimObject;
11  inline static constexpr auto VTABLE = VTABLE_TESBoundAnimObject;
12 
13  ~TESBoundAnimObject() override; // 00
14 
15  // override (TESBoundObject)
16  bool IsBoundAnimObject() override; // 3C - { return true; }
17  bool ReplaceModel(const char* a_str) override; // 4B
18  };
19  static_assert(sizeof(TESBoundAnimObject) == 0x30);
20 }
Definition: TESBoundAnimObject.h:8
bool ReplaceModel(const char *a_str) override
~TESBoundAnimObject() override
static constexpr auto RTTI
Definition: TESBoundAnimObject.h:10
static constexpr auto VTABLE
Definition: TESBoundAnimObject.h:11
bool IsBoundAnimObject() override
Definition: TESBoundObject.h:24
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_TESBoundAnimObject(static_cast< std::uint64_t >(685034))
constexpr std::array< REL::ID, 1 > VTABLE_TESBoundAnimObject
Definition: Offsets_VTABLE.h:12807