CommonLibSSE NG
Loading...
Searching...
No Matches
GFxInitImportActions.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace RE
6{
8 {
9 public:
10 virtual ~GFxInitImportActions(); // 00
11
12 // override (GASExecuteTag)
13 void Execute1(GFxSprite* a_sprite) override; // 01
14 bool Unk_05(void) override; // 05
15
16 // members
17 std::uint32_t movieIndex; // 08
18 std::uint32_t pad0C; // 0C
19 };
20 static_assert(sizeof(GFxInitImportActions) == 0x10);
21}
Definition GASExecuteTag.h:8
Definition GFxInitImportActions.h:8
void Execute1(GFxSprite *a_sprite) override
bool Unk_05(void) override
std::uint32_t movieIndex
Definition GFxInitImportActions.h:17
std::uint32_t pad0C
Definition GFxInitImportActions.h:18
Definition GFxSprite.h:13
Definition AbsorbEffect.h:6