CommonLibSSE NG
Loading...
Searching...
No Matches
GFxShapeNoStyles.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/G/GFxShapeBase.h"
4
5namespace RE
6{
8 {
9 ~GFxShapeNoStyles() override; // 00
10
11 // override (GFxShapeBase)
12 bool HitTest(const GPointF& a_pt, bool a_arg2, void* a_arg3) override; // 03
13 void Unk_04(void* a_arg1, float a_arg2, void* a_arg3) override; // 04
14 void Unk_05(GRectF& a_arg1) override; // 05
15 void Unk_06(void* a_arg1, float a_arg2) override; // 06
16 void Unk_07(void) override; // 07
17 bool Unk_08(void* a_arg1) override; // 08
18 void* Unk_0F(void) override; // 0F
19 std::int32_t Unk_10(void) override; // 10 - { return 1; }
20 void Unk_11(std::int32_t* a_arg1, std::int32_t* a_arg2) override; // 11
21 void* Unk_12(void) override; // 12
22
23 // members
24 std::uint64_t unk40; // 40
25 std::uint64_t unk48; // 48
26 std::uint16_t unk50; // 50
27 std::uint16_t unk52; // 52
28 std::uint32_t pad54; // 54
29 void* unk58; // 58
30 std::int32_t unk60; // 60
31 std::int32_t unk64; // 64
32 void* unk68; // 68
33 };
34 static_assert(sizeof(GFxShapeNoStyles) == 0x70);
35}
Definition GFxShapeBase.h:9
Definition GFxShapeNoStyles.h:8
Definition AbsorbEffect.h:6