LeviLamina
Loading...
Searching...
No Matches
ScriptLevelStorage.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/lifetime_registry/StrongTypedObjectHandle.h"
7#include "mc/deps/scripting/runtime/Result.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace ScriptModuleServerAdmin { class ScriptLevelStorageSaveStateChangeError; }
12namespace Scripting { class ModuleBindingBuilder; }
13namespace Scripting { class WeakLifetimeScope; }
14// clang-format on
15
16namespace ScriptModuleServerAdmin {
17
18class ScriptLevelStorage {
19public:
20 // ScriptLevelStorage inner types declare
21 // clang-format off
23 // clang-format on
24
25 // ScriptLevelStorage inner types define
26 struct ScriptLevelStorageQuerySnapshotFile {
27 public:
28 // member variables
29 // NOLINTBEGIN
32 // NOLINTEND
33
34 public:
35 // prevent constructor by default
36 ScriptLevelStorageQuerySnapshotFile& operator=(ScriptLevelStorageQuerySnapshotFile const&);
37 ScriptLevelStorageQuerySnapshotFile(ScriptLevelStorageQuerySnapshotFile const&);
38 ScriptLevelStorageQuerySnapshotFile();
39
40 public:
41 // member functions
42 // NOLINTBEGIN
43 MCNAPI ::ScriptModuleServerAdmin::ScriptLevelStorage::ScriptLevelStorageQuerySnapshotFile&
45 // NOLINTEND
46 };
47
48public:
49 // member variables
50 // NOLINTBEGIN
52 // NOLINTEND
53
54public:
55 // prevent constructor by default
56 ScriptLevelStorage& operator=(ScriptLevelStorage const&);
57 ScriptLevelStorage(ScriptLevelStorage const&);
58 ScriptLevelStorage();
59
60public:
61 // member functions
62 // NOLINTBEGIN
63 MCNAPI ::Scripting::Result<void, ::ScriptModuleServerAdmin::ScriptLevelStorageSaveStateChangeError> saveHold();
64
65 MCNAPI ::Scripting::Result<
70
71 MCNAPI ::Scripting::Result<void, ::ScriptModuleServerAdmin::ScriptLevelStorageSaveStateChangeError> saveResume();
72 // NOLINTEND
73
74public:
75 // static functions
76 // NOLINTBEGIN
77 MCNAPI static void bind(::Scripting::ModuleBindingBuilder& mod);
78 // NOLINTEND
79};
80
81} // namespace ScriptModuleServerAdmin
Definition ScriptLevelStorageSaveStateChangeError.h:10
static MCAPI void bind(::Scripting::ModuleBindingBuilder &mod)
MCAPI ::Scripting::Result< void, ::ScriptModuleServerAdmin::ScriptLevelStorageSaveStateChangeError > saveResume()
MCAPI ::Scripting::Result< ::std::vector<::Scripting::StrongTypedObjectHandle< ::ScriptModuleServerAdmin::ScriptLevelStorage::ScriptLevelStorageQuerySnapshotFile > >, ::ScriptModuleServerAdmin::ScriptLevelStorageSaveStateChangeError > saveQuery(::Scripting::WeakLifetimeScope const &scope)
MCAPI ::Scripting::Result< void, ::ScriptModuleServerAdmin::ScriptLevelStorageSaveStateChangeError > saveHold()
Definition ModuleBindingBuilder.h:27
Definition StrongTypedObjectHandle.h:8
Definition WeakLifetimeScope.h:7
MCAPI::ScriptModuleServerAdmin::ScriptLevelStorage::ScriptLevelStorageQuerySnapshotFile & operator=(::ScriptModuleServerAdmin::ScriptLevelStorage::ScriptLevelStorageQuerySnapshotFile &&)
Definition Alias.h:14