CommonLibSSE NG
BGSActorCellEvent.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
RE/B/BGSActorEvent.h
"
4
5
namespace
RE
6
{
7
struct
BGSActorCellEvent
:
public
BGSActorEvent
8
{
9
enum class
CellFlag
10
{
11
kEnter
= 0,
12
kLeave
= 1
13
};
14
15
FormID
cellID
;
16
stl::enumeration<CellFlag, std::uint32_t>
flags
;
17
};
18
static_assert(
sizeof
(
BGSActorCellEvent
) == 0xC);
19
}
BGSActorEvent.h
SKSE::stl::enumeration< CellFlag, std::uint32_t >
RE
Definition:
AbsorbEffect.h:6
RE::FormID
std::uint32_t FormID
Definition:
BSCoreTypes.h:5
RE::BGSActorCellEvent
Definition:
BGSActorCellEvent.h:8
RE::BGSActorCellEvent::CellFlag
CellFlag
Definition:
BGSActorCellEvent.h:10
RE::BGSActorCellEvent::CellFlag::kEnter
@ kEnter
RE::BGSActorCellEvent::CellFlag::kLeave
@ kLeave
RE::BGSActorCellEvent::cellID
FormID cellID
Definition:
BGSActorCellEvent.h:15
RE::BGSActorCellEvent::flags
stl::enumeration< CellFlag, std::uint32_t > flags
Definition:
BGSActorCellEvent.h:16
RE::BGSActorEvent
Definition:
BGSActorEvent.h:8
CommonLibSSE-NG
include
RE
B
BGSActorCellEvent.h
Generated by
1.9.1