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

19 lines
388 B
C++

#pragma once
namespace RE
{
namespace TESObjectACTIDefs
{
struct alignas(0x08) RadioReceiverData
{
public:
BGSSoundOutput* outputOverride; // 00
float frequency; // 08
float volume; // 0C
bool active; // 10
bool noStatic; // 11
};
static_assert(sizeof(RadioReceiverData) == 0x18);
}
}