CommonLibSSE (powerof3)
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  static_assert(sizeof(BGSActorCellEvent) == 0xC);
19 }
Definition: AbsorbEffect.h:6
std::uint32_t FormID
Definition: BSCoreTypes.h:5
Definition: BGSActorCellEvent.h:8
REX::EnumSet< CellFlag, std::uint32_t > flags
Definition: BGSActorCellEvent.h:16
CellFlag
Definition: BGSActorCellEvent.h:10
FormID cellID
Definition: BGSActorCellEvent.h:15
Definition: BGSActorEvent.h:8