CommonLibSSE (powerof3)
CombatMagicCasterStagger.h
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace 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:54
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: CombatMagicCaster.h:14
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_CombatMagicCasterStagger(static_cast< std::uint64_t >(687629))
constexpr std::array< REL::ID, 1 > VTABLE_CombatMagicCasterStagger
Definition: Offsets_VTABLE.h:11060