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