mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-13 00:20:54 +01:00
10 lines
284 B
C++
10 lines
284 B
C++
#include "TESContainer.h"
|
|
|
|
int64_t TESContainer::GetItemCount(TESForm* apItem) const noexcept
|
|
{
|
|
TP_THIS_FUNCTION(TGetItemCount, int64_t, const TESContainer);
|
|
|
|
POINTER_SKYRIMSE(TGetItemCount, s_getItemCount, 14529);
|
|
|
|
return TiltedPhoques::ThisCall(s_getItemCount, this);
|
|
}
|