CommonLibSSE NG
Loading...
Searching...
No Matches
DisarmedEvent.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/B/BSTEvent.h"
4
5namespace RE
6{
7 class Actor;
8
10 {
11 public:
12 struct Event
13 {
14 public:
15 // members
16 Actor* source; // 00
17 Actor* target; // 08
18 };
19 static_assert(sizeof(Event) == 0x10);
20
22 };
23}
Definition Actor.h:131
Definition BSTEvent.h:19
Definition AbsorbEffect.h:6
Definition DisarmedEvent.h:13
Actor * target
Definition DisarmedEvent.h:17
Actor * source
Definition DisarmedEvent.h:16
Definition DisarmedEvent.h:10
static BSTEventSource< DisarmedEvent::Event > * GetEventSource()