docs: add plugin setup guide
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#pragma once
|
||||
|
||||
#include "RE/B/BSFixedString.h"
|
||||
#include "RE/T/TESForm.h"
|
||||
|
||||
namespace RE
|
||||
{
|
||||
class __declspec(novtable) BGSFootstep :
|
||||
public TESForm // 00
|
||||
{
|
||||
public:
|
||||
static constexpr auto RTTI{ RTTI::BGSFootstep };
|
||||
static constexpr auto VTABLE{ VTABLE::BGSFootstep };
|
||||
static constexpr auto FORM_ID{ ENUM_FORM_ID::kFSTP };
|
||||
|
||||
// members
|
||||
BSFixedString tagString; // 20
|
||||
BGSImpactDataSet* impactSet; // 28
|
||||
};
|
||||
static_assert(sizeof(BGSFootstep) == 0x30);
|
||||
}
|
||||
Reference in New Issue
Block a user