mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-08-27 11:43:28 +00:00
93 lines
2.4 KiB
C++
93 lines
2.4 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: CommanderRewardsShell
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "CommanderRewardsShell_classes.hpp"
|
|
#include "CommanderRewardsShell_parameters.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// Function CommanderRewardsShell.CommanderRewardsShell_C.ExecuteUbergraph_CommanderRewardsShell
|
|
// ()
|
|
// Parameters:
|
|
// int32 EntryPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void UCommanderRewardsShell_C::ExecuteUbergraph_CommanderRewardsShell(int32 EntryPoint)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("CommanderRewardsShell_C", "ExecuteUbergraph_CommanderRewardsShell");
|
|
|
|
Params::CommanderRewardsShell_C_ExecuteUbergraph_CommanderRewardsShell Parms{};
|
|
|
|
Parms.EntryPoint = EntryPoint;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function CommanderRewardsShell.CommanderRewardsShell_C.Construct
|
|
// (BlueprintCosmetic, Event, Public, BlueprintEvent)
|
|
|
|
void UCommanderRewardsShell_C::Construct()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("CommanderRewardsShell_C", "Construct");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function CommanderRewardsShell.CommanderRewardsShell_C.Init
|
|
// (Public, HasDefaults, BlueprintCallable, BlueprintEvent)
|
|
|
|
void UCommanderRewardsShell_C::Init()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("CommanderRewardsShell_C", "Init");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function CommanderRewardsShell.CommanderRewardsShell_C.CreateLevelBox
|
|
// (Public, BlueprintCallable, BlueprintEvent)
|
|
// Parameters:
|
|
// int32 InLevel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
// bool isFirstLevel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void UCommanderRewardsShell_C::CreateLevelBox(int32 InLevel, bool isFirstLevel)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("CommanderRewardsShell_C", "CreateLevelBox");
|
|
|
|
Params::CommanderRewardsShell_C_CreateLevelBox Parms{};
|
|
|
|
Parms.InLevel = InLevel;
|
|
Parms.isFirstLevel = isFirstLevel;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|