CommonLibSSE (Parapets fork)
BottomBar.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/G/GFxMovieView.h"
4 #include "RE/G/GFxValue.h"
5 
6 namespace RE
7 {
8  struct BottomBar
9  {
10  public:
12  {
13  a_view->CreateObject(&obj);
14  }
15 
17 
18  // members
19  GFxValue obj; // 00 - kObject
20  };
21  static_assert(sizeof(BottomBar) == 0x18);
22 }
Definition: GFxMovieView.h:24
virtual void CreateObject(GFxValue *a_value, const char *a_className=0, const GFxValue *a_args=0, std::uint32_t a_numArgs=0)
Definition: GFxValue.h:92
Definition: AbsorbEffect.h:6
Definition: BottomBar.h:9
BottomBar(RE::GFxMovieView *a_view)
Definition: BottomBar.h:11
GFxValue obj
Definition: BottomBar.h:19