enderalse/SKSE/Plugins/fs_skse_plugin_functions/skse64/skse64/PapyrusEquipSlot.h
2021-10-06 02:45:46 +02:00

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