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

22 lines
469 B
C++

#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);
}