CommonLibVR
IPackageDataAIWorldLocationHandle.h
Go to the documentation of this file.
1 #pragma once
2 
4 #include "RE/I/IPackageData.h"
5 
6 namespace RE
7 {
9  public IAIWorldLocationHandle, // 00
10  public IPackageData // 08
11  {
12  public:
13  inline static constexpr auto RTTI = RTTI_IPackageDataAIWorldLocationHandle;
14  inline static constexpr auto VTABLE = VTABLE_IPackageDataAIWorldLocationHandle;
15 
17  private:
18  KEEP_FOR_RE()
19  };
20  static_assert(sizeof(IPackageDataAIWorldLocationHandle) == 0x10);
21 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
Definition: IAIWorldLocationHandle.h:11
Definition: IPackageDataAIWorldLocationHandle.h:11
static constexpr auto VTABLE
Definition: IPackageDataAIWorldLocationHandle.h:14
static constexpr auto RTTI
Definition: IPackageDataAIWorldLocationHandle.h:13
Definition: IPackageData.h:12
Definition: AbsorbEffect.h:6
constexpr std::array< REL::ID, 2 > VTABLE_IPackageDataAIWorldLocationHandle
Definition: Offsets_VTABLE.h:11862
constexpr REL::ID RTTI_IPackageDataAIWorldLocationHandle(static_cast< std::uint64_t >(685599))