docs: add plugin setup guide
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#pragma once
|
||||
|
||||
#include "RE/T/TESObjectMISC.h"
|
||||
|
||||
namespace RE
|
||||
{
|
||||
class __declspec(novtable) TESSoulGem :
|
||||
public TESObjectMISC // 000
|
||||
{
|
||||
public:
|
||||
static constexpr auto RTTI{ RTTI::TESSoulGem };
|
||||
static constexpr auto VTABLE{ VTABLE::TESSoulGem };
|
||||
static constexpr auto FORM_ID{ ENUM_FORM_ID::kSLGM };
|
||||
|
||||
// members
|
||||
TESSoulGem* linkedSoulGem; // 168
|
||||
std::int8_t currentSoul; // 170
|
||||
std::int8_t soulCapacity; // 171
|
||||
};
|
||||
static_assert(sizeof(TESSoulGem) == 0x178);
|
||||
}
|
||||
Reference in New Issue
Block a user