CommonLibSSE (powerof3)
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 static_assert(sizeof(BGSActorCellEvent) == 0xC);
19}
Definition: PCH.h:217
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