LeviLamina
Loading...
Searching...
No Matches
EditorSimulationState.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/runtime/Result_deprecated.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Scripting { struct ClassBinding; }
11// clang-format on
12
13namespace Editor::ScriptModule {
14
16public:
17 // member variables
18 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCNAPI bool isPaused() const;
32
33 MCNAPI ::Scripting::Result_deprecated<void> setPaused(bool isPaused);
34 // NOLINTEND
35
36public:
37 // static functions
38 // NOLINTBEGIN
39 MCNAPI static ::Scripting::ClassBinding bindScript();
40 // NOLINTEND
41};
42
43} // namespace Editor::ScriptModule
Definition EditorSimulationState.h:15
static MCAPI ::Scripting::ClassBinding bindScript()
MCAPI ::Scripting::Result_deprecated< void > setPaused(bool isPaused)
Definition Alias.h:14