CommonLibSSE NG
Loading...
Searching...
No Matches
ActorTargetCheck.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/P/ProcessLists.h"
4
5namespace RE
6{
8 {
9 public:
10 inline static constexpr auto RTTI = RTTI_ActorTargetCheck;
11
12 ~ActorTargetCheck() override; // 00
13
14 // override (GetActorsFilter)
15 bool IsValid(Actor* a_actor) override; // 01
16
17 // members
18 std::uint64_t unk08; // 08
19 std::uint64_t unk10; // 10
20 std::uint64_t unk18; // 18
21 };
22 static_assert(sizeof(ActorTargetCheck) == 0x20);
23}
Definition Actor.h:131
Definition ActorTargetCheck.h:8
~ActorTargetCheck() override
std::uint64_t unk10
Definition ActorTargetCheck.h:19
bool IsValid(Actor *a_actor) override
std::uint64_t unk18
Definition ActorTargetCheck.h:20
static constexpr auto RTTI
Definition ActorTargetCheck.h:10
std::uint64_t unk08
Definition ActorTargetCheck.h:18
Definition ProcessLists.h:25
Definition AbsorbEffect.h:6
constexpr REL::VariantID RTTI_ActorTargetCheck(686515, 394350, 0x1eff1d0)