LeviLamina
Loading...
Searching...
No Matches
EditorBootstrapper.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
8// auto generated forward declare list
9// clang-format off
10class LevelData;
11namespace Bedrock { class ActivationArguments; }
12namespace Core { class Result; }
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 EditorBootstrapper& operator=(EditorBootstrapper const&);
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 // vIndex: 0
33 virtual ~EditorBootstrapper() /*override*/ = default;
34 // NOLINTEND
35
36public:
37 // member functions
38 // NOLINTBEGIN
39 MCAPI void processActivationArguments(::Bedrock::ActivationArguments const& args);
40
41 MCAPI void processLoadedLevel(::LevelData& levelData, ::Core::Result const& levelLoadResult);
42 // NOLINTEND
43
44public:
45 // static variables
46 // NOLINTBEGIN
47 MCAPI static ::std::string const& EDITOR_MODE_ARGUMENT_KEY();
48
49 MCAPI static ::std::string const& EDITOR_MODE_ARGUMENT_VALUE();
50 // NOLINTEND
51
52public:
53 // destructor thunk
54 // NOLINTBEGIN
55
56 // NOLINTEND
57
58public:
59 // vftables
60 // NOLINTBEGIN
61 MCAPI static void** $vftable();
62 // NOLINTEND
63};
Definition ActivationArguments.h:7
Definition EnableNonOwnerReferences.h:7
Definition Result.h:17
Definition EditorBootstrapper.h:15
Definition LevelData.h:48
Definition Result.h:6
Definition Alias.h:14