CommonLibSSE (Parapets fork)
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 
16  };
17  static_assert(sizeof(IPackageDataAIWorldLocationHandle) == 0x10);
18 }
Definition: IAIWorldLocationHandle.h:11
Definition: IPackageDataAIWorldLocationHandle.h:11
static constexpr auto RTTI
Definition: IPackageDataAIWorldLocationHandle.h:13
Definition: IPackageData.h:12
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_IPackageDataAIWorldLocationHandle
Definition: Offsets_RTTI.h:5009