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 
12  ~TESBoundAnimObject() override; // 00
13 
14  // override (TESBoundObject)
15  bool IsBoundAnimObject() override; // 3C - { return true; }
16  bool ReplaceModel(const char* a_str) override; // 4B
17  };
18  static_assert(sizeof(TESBoundAnimObject) == 0x30);
19 }
Definition: TESBoundAnimObject.h:8
bool ReplaceModel(const char *a_str) override
~TESBoundAnimObject() override
static constexpr auto RTTI
Definition: TESBoundAnimObject.h:10
bool IsBoundAnimObject() override
Definition: TESBoundObject.h:24
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_TESBoundAnimObject
Definition: Offsets_RTTI.h:5975