docs: add plugin setup guide
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
#pragma once
|
||||
|
||||
#include "RE/B/BGSSceneAction.h"
|
||||
|
||||
namespace RE
|
||||
{
|
||||
class __declspec(novtable) BGSSceneActionRadio :
|
||||
public BGSSceneAction
|
||||
{
|
||||
public:
|
||||
static constexpr auto RTTI{ RTTI::BGSSceneActionRadio };
|
||||
static constexpr auto VTABlE{ VTABLE::BGSSceneActionRadio };
|
||||
|
||||
TESTopic* topic; // 20
|
||||
BGSSoundDescriptorForm* sound; // 28
|
||||
BGSSoundOutput* outputModel; // 30
|
||||
BGSKeyword* subtypeKeyword; // 38
|
||||
BGSSoundDescriptorForm* topicSound; // 40
|
||||
float soundDuration; // 48
|
||||
std::uint32_t soundID; // 4C
|
||||
bool soundDone; // 50
|
||||
TESTopic* currentTopic; // 58
|
||||
float failTimer; // 60
|
||||
};
|
||||
static_assert(sizeof(BGSSceneActionRadio) == 0x68);
|
||||
}
|
||||
Reference in New Issue
Block a user