docs: add plugin setup guide
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#pragma once
|
||||
|
||||
#include "RE/B/BaseFormComponent.h"
|
||||
|
||||
namespace RE
|
||||
{
|
||||
class __declspec(novtable) BGSSkinForm :
|
||||
public BaseFormComponent // 00
|
||||
{
|
||||
public:
|
||||
static constexpr auto RTTI{ RTTI::BGSSkinForm };
|
||||
static constexpr auto VTABLE{ VTABLE::BGSSkinForm };
|
||||
|
||||
// members
|
||||
TESObjectARMO* formSkin; // 08
|
||||
};
|
||||
static_assert(sizeof(BGSSkinForm) == 0x10);
|
||||
}
|
||||
Reference in New Issue
Block a user