Files
PMDT/structures/data/SDK/PUBGM_bp_shop_functions.cpp
2026-05-03 13:32:50 +08:00

356 lines
8.3 KiB
C++
Executable File

//PUBGM(0.13.5)32位SDK
//作者:清华
//Telegram:@qinghuanb666
//生成时间:Fri Apr 18 20:44:51 2025
#include "../SDK.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Functions
//---------------------------------------------------------------------------
// Function bp_shop.bp_shop_C.EventLookItem_NoFetch
// (BlueprintCallable, BlueprintEvent)
void Abp_shop_C::EventLookItem_NoFetch()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_shop.bp_shop_C.EventLookItem_NoFetch");
Abp_shop_C_EventLookItem_NoFetch_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_shop.bp_shop_C.EventLookItem
// (BlueprintCallable, BlueprintEvent)
void Abp_shop_C::EventLookItem()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_shop.bp_shop_C.EventLookItem");
Abp_shop_C_EventLookItem_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_shop.bp_shop_C.EventRequestBuyItem_NoFetch
// (BlueprintCallable, BlueprintEvent)
void Abp_shop_C::EventRequestBuyItem_NoFetch()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_shop.bp_shop_C.EventRequestBuyItem_NoFetch");
Abp_shop_C_EventRequestBuyItem_NoFetch_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_shop.bp_shop_C.EventRequestBuyItem
// (BlueprintCallable, BlueprintEvent)
void Abp_shop_C::EventRequestBuyItem()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_shop.bp_shop_C.EventRequestBuyItem");
Abp_shop_C_EventRequestBuyItem_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_shop.bp_shop_C.EventShopChangeAvatar_NoFetch
// (BlueprintCallable, BlueprintEvent)
void Abp_shop_C::EventShopChangeAvatar_NoFetch()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_shop.bp_shop_C.EventShopChangeAvatar_NoFetch");
Abp_shop_C_EventShopChangeAvatar_NoFetch_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_shop.bp_shop_C.EventShopChangeAvatar
// (BlueprintCallable, BlueprintEvent)
void Abp_shop_C::EventShopChangeAvatar()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_shop.bp_shop_C.EventShopChangeAvatar");
Abp_shop_C_EventShopChangeAvatar_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_shop.bp_shop_C.EventShopHide_NoFetch
// (BlueprintCallable, BlueprintEvent)
void Abp_shop_C::EventShopHide_NoFetch()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_shop.bp_shop_C.EventShopHide_NoFetch");
Abp_shop_C_EventShopHide_NoFetch_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_shop.bp_shop_C.EventShopHide
// (BlueprintCallable, BlueprintEvent)
void Abp_shop_C::EventShopHide()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_shop.bp_shop_C.EventShopHide");
Abp_shop_C_EventShopHide_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_shop.bp_shop_C.EventGetHelpTip_NoFetch
// (BlueprintCallable, BlueprintEvent)
void Abp_shop_C::EventGetHelpTip_NoFetch()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_shop.bp_shop_C.EventGetHelpTip_NoFetch");
Abp_shop_C_EventGetHelpTip_NoFetch_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_shop.bp_shop_C.EventGetHelpTip
// (BlueprintCallable, BlueprintEvent)
void Abp_shop_C::EventGetHelpTip()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_shop.bp_shop_C.EventGetHelpTip");
Abp_shop_C_EventGetHelpTip_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_shop.bp_shop_C.EventRequestData_NoFetch
// (BlueprintCallable, BlueprintEvent)
void Abp_shop_C::EventRequestData_NoFetch()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_shop.bp_shop_C.EventRequestData_NoFetch");
Abp_shop_C_EventRequestData_NoFetch_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_shop.bp_shop_C.EventRequestData
// (BlueprintCallable, BlueprintEvent)
void Abp_shop_C::EventRequestData()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_shop.bp_shop_C.EventRequestData");
Abp_shop_C_EventRequestData_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_shop.bp_shop_C.EventSetInfo_Push_NoFetch
// (BlueprintCallable, BlueprintEvent)
void Abp_shop_C::EventSetInfo_Push_NoFetch()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_shop.bp_shop_C.EventSetInfo_Push_NoFetch");
Abp_shop_C_EventSetInfo_Push_NoFetch_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_shop.bp_shop_C.EventSetInfo_Push
// (BlueprintCallable, BlueprintEvent)
void Abp_shop_C::EventSetInfo_Push()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_shop.bp_shop_C.EventSetInfo_Push");
Abp_shop_C_EventSetInfo_Push_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_shop.bp_shop_C.EventFetchInfo_NoFetch
// (BlueprintCallable, BlueprintEvent)
void Abp_shop_C::EventFetchInfo_NoFetch()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_shop.bp_shop_C.EventFetchInfo_NoFetch");
Abp_shop_C_EventFetchInfo_NoFetch_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_shop.bp_shop_C.EventFetchInfo
// (BlueprintCallable, BlueprintEvent)
void Abp_shop_C::EventFetchInfo()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_shop.bp_shop_C.EventFetchInfo");
Abp_shop_C_EventFetchInfo_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_shop.bp_shop_C.UserConstructionScript
// (Event, Public, BlueprintCallable, BlueprintEvent)
void Abp_shop_C::UserConstructionScript()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_shop.bp_shop_C.UserConstructionScript");
Abp_shop_C_UserConstructionScript_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
}