CommonLibVR
BGSActorCellEvent.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/B/BGSActorEvent.h"
4 
5 namespace RE
6 {
8  {
9  enum class CellFlag
10  {
11  kEnter = 0,
12  kLeave = 1
13  };
14 
17 
18  private:
19  KEEP_FOR_RE()
20  };
21  static_assert(sizeof(BGSActorCellEvent) == 0xC);
22 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
Definition: AbsorbEffect.h:6
std::uint32_t FormID
Definition: BSCoreTypes.h:5
Definition: BGSActorCellEvent.h:8
CellFlag
Definition: BGSActorCellEvent.h:10
FormID cellID
Definition: BGSActorCellEvent.h:15
stl::enumeration< CellFlag, std::uint32_t > flags
Definition: BGSActorCellEvent.h:16
Definition: BGSActorEvent.h:8