Files
Commonwealth-Online-Public/plugin/lib/commonlibf4/include/RE/B/BGSTalkingActivator.h
T
2026-05-30 18:33:24 +12:00

24 lines
555 B
C++

#pragma once
#include "RE/T/TESObjectACTI.h"
namespace RE
{
class __declspec(novtable) BGSTalkingActivator :
public TESObjectACTI // 000
{
public:
static constexpr auto RTTI{ RTTI::BGSTalkingActivator };
static constexpr auto VTABLE{ VTABLE::BGSTalkingActivator };
static constexpr auto FORM_ID{ ENUM_FORM_ID::kTACT };
// add
virtual bool GetReflectedByAutoWater() { return false; } // 67
// members
TESObjectREFR* tempRef; // 148
BGSVoiceType* voiceType; // 150
};
static_assert(sizeof(BGSTalkingActivator) == 0x158);
}