CommonLibSSE (powerof3)
TESActiveEffectApplyRemoveEvent.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
15  std::uint16_t activeEffectUniqueID; // 10
16  bool isApplied; // 12
17  std::uint8_t pad13; // 13
18  std::uint32_t pad14; // 14
19  };
20  static_assert(sizeof(TESActiveEffectApplyRemoveEvent) == 0x18);
21 }
Definition: NiSmartPointer.h:9
Definition: AbsorbEffect.h:6
Definition: TESActiveEffectApplyRemoveEvent.h:10
std::uint16_t activeEffectUniqueID
Definition: TESActiveEffectApplyRemoveEvent.h:15
std::uint8_t pad13
Definition: TESActiveEffectApplyRemoveEvent.h:17
NiPointer< TESObjectREFR > target
Definition: TESActiveEffectApplyRemoveEvent.h:14
NiPointer< TESObjectREFR > caster
Definition: TESActiveEffectApplyRemoveEvent.h:13
std::uint32_t pad14
Definition: TESActiveEffectApplyRemoveEvent.h:18
bool isApplied
Definition: TESActiveEffectApplyRemoveEvent.h:16