LeviLamina
Loading...
Searching...
No Matches
ScriptDataStoreModalToolActivationChangedEvent.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
13public:
14 // member variables
15 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
25
26public:
27 // member functions
28 // NOLINTBEGIN
29 MCNAPI ::Editor::ScriptModule::ScriptDataStoreModalToolActivationChangedEvent&
31 // NOLINTEND
32
33public:
34 // static functions
35 // NOLINTBEGIN
36 MCNAPI static ::Scripting::ClassBinding bindScript();
37 // NOLINTEND
38};
39
40} // namespace Editor::ScriptModule
Definition ScriptDataStoreModalToolActivationChangedEvent.h:12
MCAPI::Editor::ScriptModule::ScriptDataStoreModalToolActivationChangedEvent & operator=(::Editor::ScriptModule::ScriptDataStoreModalToolActivationChangedEvent &&)
Definition Alias.h:14