LeviLamina
Loading...
Searching...
No Matches
ScriptCursorPropertiesChangeAfterEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Scripting { struct ClassBinding; }
8// clang-format on
9
10namespace Editor::ScriptModule {
11
12struct ScriptCursorPropertiesChangeAfterEvent {
13public:
14 // member variables
15 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 ScriptCursorPropertiesChangeAfterEvent& operator=(ScriptCursorPropertiesChangeAfterEvent const&);
24 ScriptCursorPropertiesChangeAfterEvent();
25
26public:
27 // member functions
28 // NOLINTBEGIN
30
31 MCNAPI
33
34 MCNAPI ::Editor::ScriptModule::ScriptCursorPropertiesChangeAfterEvent&
36 // NOLINTEND
37
38public:
39 // static functions
40 // NOLINTBEGIN
41 MCNAPI static ::Scripting::ClassBinding bind();
42 // NOLINTEND
43
44public:
45 // constructor thunks
46 // NOLINTBEGIN
48
50 // NOLINTEND
51};
52
53} // namespace Editor::ScriptModule
Definition ScriptCursorPropertiesChangeAfterEvent.h:12
static MCAPI ::Scripting::ClassBinding bind()
MCAPI void * $ctor(::Editor::ScriptModule::ScriptCursorPropertiesChangeAfterEvent const &)
MCAPI void * $ctor(::Editor::ScriptModule::ScriptCursorPropertiesChangeAfterEvent &&)
MCAPI ScriptCursorPropertiesChangeAfterEvent(::Editor::ScriptModule::ScriptCursorPropertiesChangeAfterEvent &&)
MCAPI ScriptCursorPropertiesChangeAfterEvent(::Editor::ScriptModule::ScriptCursorPropertiesChangeAfterEvent const &)
MCAPI::Editor::ScriptModule::ScriptCursorPropertiesChangeAfterEvent & operator=(::Editor::ScriptModule::ScriptCursorPropertiesChangeAfterEvent &&)
Definition ClassBinding.h:19
Definition Alias.h:14