CommonLibSSE (powerof3)
ShoutAttack.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/B/BSTEvent.h"
4 
5 namespace RE
6 {
7  class TESShout;
8 
9  struct ShoutAttack
10  {
11  public:
12  struct Event
13  {
14  public:
15  // members
16  TESShout* shout; // 00
17  };
18  static_assert(sizeof(Event) == 0x08);
19 
21  };
22 }
Definition: BSTEvent.h:19
Definition: TESShout.h:18
Definition: AbsorbEffect.h:6
Definition: ShoutAttack.h:13
TESShout * shout
Definition: ShoutAttack.h:16
Definition: ShoutAttack.h:10
static BSTEventSource< ShoutAttack::Event > * GetEventSource()