44 lines
1.7 KiB
C++
Executable File
44 lines
1.7 KiB
C++
Executable File
#pragma once
|
|
|
|
//PUBGM(0.13.5)32位SDK
|
|
//作者:清华
|
|
//Telegram:@qinghuanb666
|
|
//生成时间:Fri Apr 18 20:44:44 2025
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------
|
|
//Classes
|
|
//---------------------------------------------------------------------------
|
|
|
|
// ScriptBlueprintGeneratedClass bp_corps.bp_corps_C
|
|
// 0x0010 (0x02E0 - 0x02D0)
|
|
class Abp_corps_C : public ALuaClassObj
|
|
{
|
|
public:
|
|
class UScriptContextComponent* Generated_ScriptContext; // 0x02D0(0x0004) (BlueprintVisible, ZeroConstructor, InstancedReference, IsPlainOldData)
|
|
bool BP_CorpsUI_Has_New_IvitedCorps; // 0x02D4(0x0001) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
unsigned char UnknownData00[0x3]; // 0x02D5(0x0003) MISSED OFFSET
|
|
int BP_Corps_Checkbox_ID; // 0x02D8(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
class USceneComponent* DefaultSceneRoot; // 0x02DC(0x0004) (BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
|
|
static UClass* StaticClass()
|
|
{
|
|
static UClass *pStaticClass = 0;
|
|
if (!pStaticClass)
|
|
pStaticClass = UObject::FindClass("ScriptBlueprintGeneratedClass bp_corps.bp_corps_C");
|
|
return pStaticClass;
|
|
}
|
|
|
|
|
|
void EventClickToggle_Push_NoFetch();
|
|
void EventClickToggle_Push();
|
|
void EventOnCorpsClose_NoFetch();
|
|
void EventOnCorpsClose();
|
|
void UserConstructionScript();
|
|
};
|
|
|
|
|
|
}
|
|
|