enderalse/source/fs.dll/skse64/skse64/PapyrusEquipSlot.h

14 lines
277 B
C++

#pragma once
class BGSEquipSlot;
struct StaticFunctionTag;
class VMClassRegistry;
namespace papyrusEquipSlot
{
void RegisterFuncs(VMClassRegistry* registry);
UInt32 GetNumParents(BGSEquipSlot* equipSlot);
BGSEquipSlot* GetNthParent(BGSEquipSlot* equipSlot, UInt32 n);
}