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

24 lines
675 B
C++

#pragma once
#include "RE/T/TESBoundObject.h"
namespace RE
{
class __declspec(novtable) BGSAcousticSpace :
public TESBoundObject // 00
{
public:
static constexpr auto RTTI{ RTTI::BGSAcousticSpace };
static constexpr auto VTABLE{ VTABLE::BGSAcousticSpace };
static constexpr auto FORM_ID{ ENUM_FORM_ID::kASPC };
// members
BGSSoundDescriptorForm* loopingSound; // 68
TESRegion* soundRegion; // 70
BGSReverbParameters* reverbType; // 78
std::uint16_t weatherAttenMillibels; // 80
bool isInterior; // 82
};
static_assert(sizeof(BGSAcousticSpace) == 0x88);
}