CommonLibSSE (powerof3)
TESSpellCastEvent.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/N/NiSmartPointer.h"
4 
5 namespace RE
6 {
7  class TESObjectREFR;
8 
10  {
11  public:
12  // members
14  FormID spell; // 08
15  };
16  static_assert(sizeof(TESSpellCastEvent) == 0x10);
17 }
Definition: NiSmartPointer.h:9
Definition: AbsorbEffect.h:6
std::uint32_t FormID
Definition: BSCoreTypes.h:5
Definition: TESSpellCastEvent.h:10
FormID spell
Definition: TESSpellCastEvent.h:14
NiPointer< TESObjectREFR > object
Definition: TESSpellCastEvent.h:13