LeviLamina
Loading...
Searching...
No Matches
ScriptLogProperties.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Scripting { struct EnumBinding; }
8namespace Scripting { struct InterfaceBinding; }
9// clang-format on
10
11namespace Editor::ScriptModule {
12
14public:
15 // member variables
16 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
27
28public:
29 // member functions
30 // NOLINTBEGIN
32
33 MCNAPI ::Editor::ScriptModule::ScriptLogProperties& operator=(::Editor::ScriptModule::ScriptLogProperties&&);
34
35 MCNAPI ::Editor::ScriptModule::ScriptLogProperties& operator=(::Editor::ScriptModule::ScriptLogProperties const&);
36
38 // NOLINTEND
39
40public:
41 // static functions
42 // NOLINTBEGIN
43 MCNAPI static ::Scripting::InterfaceBinding bindScript();
44
45 MCNAPI static ::Scripting::EnumBinding bindScriptLogChannel();
46 // NOLINTEND
47
48public:
49 // constructor thunks
50 // NOLINTBEGIN
52 // NOLINTEND
53
54public:
55 // destructor thunk
56 // NOLINTBEGIN
57 MCNAPI void $dtor();
58 // NOLINTEND
59};
60
61} // namespace Editor::ScriptModule
Definition ScriptLogProperties.h:13
MCAPI::Editor::ScriptModule::ScriptLogProperties & operator=(::Editor::ScriptModule::ScriptLogProperties const &)
MCAPI::Editor::ScriptModule::ScriptLogProperties & operator=(::Editor::ScriptModule::ScriptLogProperties &&)
static MCAPI ::Scripting::InterfaceBinding bindScript()
static MCAPI ::Scripting::EnumBinding bindScriptLogChannel()
MCAPI ScriptLogProperties(::Editor::ScriptModule::ScriptLogProperties &&)
MCAPI void * $ctor(::Editor::ScriptModule::ScriptLogProperties &&)
Definition Alias.h:14