LeviLamina
Loading...
Searching...
No Matches
IAppExtensions.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7
#include "mc/deps/core/utility/NonOwnerPointer.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
namespace
AppExtensions {
class
IGameModuleExtensions; }
12
namespace
AppExtensions {
class
ITestExtensions; }
13
// clang-format on
14
15
namespace
AppExtensions {
16
17
class
IAppExtensions
:
public
::Bedrock::EnableNonOwnerReferences
{
18
public
:
19
// virtual functions
20
// NOLINTBEGIN
21
// vIndex: 1
22
virtual ::Bedrock::NonOwnerPointer<::AppExtensions::ITestExtensions> tryGetTestExtensions()
const
= 0;
23
24
// vIndex: 2
25
virtual ::Bedrock::NonOwnerPointer<::AppExtensions::IGameModuleExtensions> tryGetGameModuleExtensions()
const
= 0;
26
27
// vIndex: 0
28
virtual
~IAppExtensions
()
/*override*/
=
default
;
29
// NOLINTEND
30
31
public
:
32
// virtual function thunks
33
// NOLINTBEGIN
34
35
// NOLINTEND
36
};
37
38
}
// namespace AppExtensions
AppExtensions::IAppExtensions
Definition
IAppExtensions.h:17
Bedrock::EnableNonOwnerReferences
Definition
EnableNonOwnerReferences.h:7
src-server
mc
deps
application
app_extensions
IAppExtensions.h
Generated on Sun Oct 12 2025 06:31:22 for LeviLamina by
1.12.0