CommonLibSSE NG
Loading...
Searching...
No Matches
GFxConstShapeNoStyles.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/G/GFxShapeBase.h"
4
5namespace RE
6{
8 {
9 ~GFxConstShapeNoStyles() 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
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 };
26 static_assert(sizeof(GFxConstShapeNoStyles) == 0x48);
27}
Definition GFxConstShapeNoStyles.h:8
Definition GFxShapeBase.h:9
Definition AbsorbEffect.h:6