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