CommonLibSSE NG
Loading...
Searching...
No Matches
CombatMagicCasterStagger.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace RE
6{
8 {
9 public:
10 inline static constexpr auto RTTI = RTTI_CombatMagicCasterStagger;
11 inline static constexpr auto VTABLE = VTABLE_CombatMagicCasterStagger;
12
13 ~CombatMagicCasterStagger() override; // 00
14
15 // override (CombatMagicCaster)
16 std::uint32_t GetObjectType() override; // 02
18 bool CheckStartCast(CombatController* a_combatController) override; // 06
19 bool CheckStopCast(CombatController* a_combatController) override; // 07
20 };
21 static_assert(sizeof(CombatMagicCasterStagger) == 0x20);
22}
Definition CombatController.h:23
CATEGORY
Definition CombatInventoryItem.h:53
Definition CombatMagicCaster.h:14
Definition CombatMagicCasterStagger.h:8
bool CheckStartCast(CombatController *a_combatController) override
static constexpr auto VTABLE
Definition CombatMagicCasterStagger.h:11
CombatInventoryItem::CATEGORY GetCategory() override
static constexpr auto RTTI
Definition CombatMagicCasterStagger.h:10
bool CheckStopCast(CombatController *a_combatController) override
std::uint32_t GetObjectType() override
Definition AbsorbEffect.h:6
constexpr REL::VariantID RTTI_CombatMagicCasterStagger(687629, 395753, 0x1f1ded0)
constexpr std::array< REL::VariantID, 1 > VTABLE_CombatMagicCasterStagger
Definition Offsets_VTABLE.h:3097