LeviLamina
Loading...
Searching...
No Matches
ScriptWidgetGroupErrorInvalidObject.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/runtime/BaseError.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Scripting { struct ErrorBinding; }
11// clang-format on
12
13namespace Editor::ScriptModule {
14
16public:
17 // member functions
18 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // static functions
24 // NOLINTBEGIN
25 MCNAPI static ::Scripting::ErrorBinding bindError();
26 // NOLINTEND
27
28public:
29 // constructor thunks
30 // NOLINTBEGIN
31 MCNAPI void* $ctor();
32 // NOLINTEND
33};
34
35} // namespace Editor::ScriptModule
static MCAPI ::Scripting::ErrorBinding bindError()
Definition BaseError.h:12
Definition ErrorBinding.h:16