CommonLibSSE NG
Loading...
Searching...
No Matches
GFxRemoveObject.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace RE
6{
8 {
9 public:
10 ~GFxRemoveObject() 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 characterId; // 08
19 std::uint16_t depth; // 0A
20 std::uint32_t pad0C; // 0A
21 };
22 static_assert(sizeof(GFxRemoveObject) == 0x10);
23}
Definition GASExecuteTag.h:8
Definition GFxRemoveObject.h:8
void Execute1(GFxSprite *a_sprite) override
std::uint32_t pad0C
Definition GFxRemoveObject.h:20
std::uint16_t depth
Definition GFxRemoveObject.h:19
std::uint16_t characterId
Definition GFxRemoveObject.h:18
bool Unk_03(void) override
~GFxRemoveObject() override
void Unk_06(void) override
Definition GFxSprite.h:13
Definition AbsorbEffect.h:6