CommonLibSSE NG
Loading...
Searching...
No Matches
hkbEventBase.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/H/hkRefPtr.h"
4
5namespace RE
6{
7 class hkbEventPayload;
8
10 {
11 public:
12 enum SystemEventIDs : std::uint32_t
13 {
14 kNull = static_cast<std::underlying_type_t<SystemEventIDs>>(-1)
15 };
16
17 // members
19 std::uint32_t pad04; // 04
21 };
22 static_assert(sizeof(hkbEventBase) == 0x10);
23}
Definition hkRefPtr.h:7
Definition hkbEventBase.h:10
hkRefPtr< hkbEventPayload > payload
Definition hkbEventBase.h:20
SystemEventIDs id
Definition hkbEventBase.h:18
std::uint32_t pad04
Definition hkbEventBase.h:19
SystemEventIDs
Definition hkbEventBase.h:13
Definition AbsorbEffect.h:6