LeviLamina
Loading...
Searching...
No Matches
ScriptMovementBasicComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/scripting/modules/minecraft/components/DerivedMovementScriptActorComponent.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Scripting { struct ClassBinding; }
11// clang-format on
12
13namespace ScriptModuleMinecraft {
14
16public:
17 // static functions
18 // NOLINTBEGIN
19 MCAPI static ::Scripting::ClassBinding _bind();
20
21 MCAPI static ::Scripting::ClassBinding _bindV010();
22
23 MCAPI static ::std::vector<::Scripting::ClassBinding> bind();
24 // NOLINTEND
25
26public:
27 // static variables
28 // NOLINTBEGIN
29 MCAPI static char const*& ComponentId();
30 // NOLINTEND
31
32public:
33 // vftables
34 // NOLINTBEGIN
35 MCNAPI static void** $vftable();
36 // NOLINTEND
37};
38
39} // namespace ScriptModuleMinecraft
Definition DerivedMovementScriptActorComponent.h:8
Definition ScriptMovementBasicComponent.h:15
Definition ClassBinding.h:19