CommonLibSSE (powerof3)
GASUserDefinedFunctionObject.h
Go to the documentation of this file.
1 #pragma once
2 
5 #include "RE/G/GPtr.h"
6 
7 namespace RE
8 {
10  {
11  public:
12  // override (GASFunctionObject)
13  void Unk_01(void) override; // 01
14 
16 
17  void Unk_09(void) override; // 09
18  void Unk_0A(void) override; // 0A
19  void Unk_0B(void) override; // 0B - { return handler == nullptr; }
20  void Unk_0C(void) override; // 0C - { return 0; }
21  void Unk_10(void) override; // 10 - { return -1; }
22 
23  // members
25  void* userData; // 70
26  };
27  static_assert(sizeof(GASUserDefinedFunctionObject) == 0x78);
28 }
Definition: GASFunctionObject.h:8
Definition: GASUserDefinedFunctionObject.h:10
GPtr< GFxFunctionHandler > handler
Definition: GASUserDefinedFunctionObject.h:24
void * userData
Definition: GASUserDefinedFunctionObject.h:25
Definition: GPtr.h:7
Definition: AbsorbEffect.h:6