Files
pubg/SDK/PUBGM_bp_gm_parameters.hpp
2026-05-02 14:30:03 +08:00

113 lines
2.3 KiB
C++
Executable File

#pragma once
//PUBGM(0.13.5)32位SDK
//作者:清华
//Telegram:@qinghuanb666
//生成时间:Fri Apr 18 20:44:42 2025
#include "../SDK.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Parameters
//---------------------------------------------------------------------------
// Function bp_gm.bp_gm_C.EventGmSendShowTeamUpUI_NoFetch
struct Abp_gm_C_EventGmSendShowTeamUpUI_NoFetch_Params
{
};
// Function bp_gm.bp_gm_C.EventGmSendShowTeamUpUI
struct Abp_gm_C_EventGmSendShowTeamUpUI_Params
{
};
// Function bp_gm.bp_gm_C.EventGmShowChatEntrance_NoFetch
struct Abp_gm_C_EventGmShowChatEntrance_NoFetch_Params
{
};
// Function bp_gm.bp_gm_C.EventGmShowChatEntrance
struct Abp_gm_C_EventGmShowChatEntrance_Params
{
};
// Function bp_gm.bp_gm_C.EventGmSend_Push_NoFetch
struct Abp_gm_C_EventGmSend_Push_NoFetch_Params
{
};
// Function bp_gm.bp_gm_C.EventGmSend_Push
struct Abp_gm_C_EventGmSend_Push_Params
{
};
// Function bp_gm.bp_gm_C.EventGmOpenPromotor_NoFetch
struct Abp_gm_C_EventGmOpenPromotor_NoFetch_Params
{
};
// Function bp_gm.bp_gm_C.EventGmOpenPromotor
struct Abp_gm_C_EventGmOpenPromotor_Params
{
};
// Function bp_gm.bp_gm_C.EventGmDumpLuaMemoryProfile_NoFetch
struct Abp_gm_C_EventGmDumpLuaMemoryProfile_NoFetch_Params
{
};
// Function bp_gm.bp_gm_C.EventGmDumpLuaMemoryProfile
struct Abp_gm_C_EventGmDumpLuaMemoryProfile_Params
{
};
// Function bp_gm.bp_gm_C.EventWXUrlShare_NoFetch
struct Abp_gm_C_EventWXUrlShare_NoFetch_Params
{
};
// Function bp_gm.bp_gm_C.EventWXUrlShare
struct Abp_gm_C_EventWXUrlShare_Params
{
};
// Function bp_gm.bp_gm_C.EventGmShowMiniWindow_NoFetch
struct Abp_gm_C_EventGmShowMiniWindow_NoFetch_Params
{
};
// Function bp_gm.bp_gm_C.EventGmShowMiniWindow
struct Abp_gm_C_EventGmShowMiniWindow_Params
{
};
// Function bp_gm.bp_gm_C.EventCollectTotalLuaMemory_NoFetch
struct Abp_gm_C_EventCollectTotalLuaMemory_NoFetch_Params
{
};
// Function bp_gm.bp_gm_C.EventCollectTotalLuaMemory
struct Abp_gm_C_EventCollectTotalLuaMemory_Params
{
};
// Function bp_gm.bp_gm_C.EventGmDumpLuaMemoryRef_NoFetch
struct Abp_gm_C_EventGmDumpLuaMemoryRef_NoFetch_Params
{
};
// Function bp_gm.bp_gm_C.EventGmDumpLuaMemoryRef
struct Abp_gm_C_EventGmDumpLuaMemoryRef_Params
{
};
// Function bp_gm.bp_gm_C.UserConstructionScript
struct Abp_gm_C_UserConstructionScript_Params
{
};
}