CommonLibVR
Loading...
Searching...
No Matches
BGSActorCellEvent.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace RE
6{
8 {
9 enum class CellFlag
10 {
11 kEnter = 0,
12 kLeave = 1
13 };
14
17
18 private:
20 };
21 static_assert(sizeof(BGSActorCellEvent) == 0xC);
22}
#define KEEP_FOR_RE()
Definition PCH.h:517
Definition EnumSet.h:9
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