LeviLamina
Loading...
Searching...
No Matches
SettingsScreenControllerProxyCallbacks.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
9// clang-format on
10
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<8, 64, ::std::function<void(int)>> mSelectTab;
16 ::ll::TypedStorage<8, 64, ::std::function<::std::string()>> mGetAdditionalScreenInfo;
17 ::ll::TypedStorage<8, 64, ::std::function<::GeneralSettingsScreenControllerProxy*()>>
18 mGetGeneralSettingsScreenController;
19 ::ll::TypedStorage<8, 64, ::std::function<::std::string()>> mGetCurrentTabTitle;
20 ::ll::TypedStorage<8, 64, ::std::function<::WorldSettingsScreenControllerProxy*()>>
21 mGetWorldSettingsScreenController;
22 // NOLINTEND
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCAPI ~SettingsScreenControllerProxyCallbacks();
28 // NOLINTEND
29
30public:
31 // destructor thunk
32 // NOLINTBEGIN
33 MCFOLD void $dtor();
34 // NOLINTEND
35};
Definition GeneralSettingsScreenControllerProxy.h:5
Definition WorldSettingsScreenControllerProxy.h:5
Definition SettingsScreenControllerProxyCallbacks.h:5