CommonLibSSE (powerof3)
GFxExternalInterface.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/G/GFxState.h"
4 
5 namespace RE
6 {
7  class GFxMovieView;
8  class GFxValue;
9 
11  {
12  public:
13  inline static constexpr auto RTTI = RTTI_GFxExternalInterface;
14  inline static constexpr auto VTABLE = VTABLE_GFxExternalInterface;
15 
17  GFxState(StateType::kExternalInterface)
18  {}
19 
20  ~GFxExternalInterface() override = default; // 00
21 
22  // add
23  virtual void Callback(GFxMovieView* a_movieView, const char* a_methodName, const GFxValue* a_args, std::uint32_t a_numArgs) = 0; // 01
24  };
25  static_assert(sizeof(GFxExternalInterface) == 0x18);
26 }
Definition: GFxExternalInterface.h:11
static constexpr auto VTABLE
Definition: GFxExternalInterface.h:14
~GFxExternalInterface() override=default
virtual void Callback(GFxMovieView *a_movieView, const char *a_methodName, const GFxValue *a_args, std::uint32_t a_numArgs)=0
static constexpr auto RTTI
Definition: GFxExternalInterface.h:13
GFxExternalInterface()
Definition: GFxExternalInterface.h:16
Definition: GFxMovieView.h:24
Definition: GFxState.h:9
StateType
Definition: GFxState.h:16
Definition: GFxValue.h:92
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_GFxExternalInterface(static_cast< std::uint64_t >(691070))
constexpr std::array< REL::ID, 1 > VTABLE_GFxExternalInterface
Definition: Offsets_VTABLE.h:11693