CommonLibSSE NG
Loading...
Searching...
No Matches
GFxMorphCharacterDef.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace RE
6{
8 {
9 public:
11
12 // override (GFxCharacterDef)
13 void Unk_04(void) override; // 04
14 bool Unk_05(const GPointF& a_pt, bool a_arg2, void* a_arg3) override; // 05
15 void Unk_07(void) override; // 07
16
17 // override (GFxShapeBaseCharacterDef)
18 void Unk_0C(void) override; // 0C
19 void Unk_0D(void) override; // 0D
20
21 // add
22 virtual void Unk_16(void); // 16
23
24 // members
26 std::uint64_t unkF8[16]; // F8
27 };
28 static_assert(sizeof(GFxMorphCharacterDef) == 0x178);
29}
Definition GFxConstShapeNoStyles.h:8
Definition GFxMorphCharacterDef.h:8
virtual void Unk_16(void)
std::uint64_t unkF8[16]
Definition GFxMorphCharacterDef.h:26
void Unk_0C(void) override
void Unk_07(void) override
~GFxMorphCharacterDef() override
GFxConstShapeNoStyles * unkF0
Definition GFxMorphCharacterDef.h:25
bool Unk_05(const GPointF &a_pt, bool a_arg2, void *a_arg3) override
void Unk_04(void) override
void Unk_0D(void) override
Definition GFxShapeCharacterDef.h:9
Definition AbsorbEffect.h:6