LeviLamina
Loading...
Searching...
No Matches
MovementScriptActorComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/script_core/runtime/scripting/Result_deprecated.h"
7#include "mc/scripting/modules/minecraft/components/ScriptActorComponent.h"
8
9// auto generated forward declare list
10// clang-format off
13// clang-format on
14
15namespace ScriptModuleMinecraft {
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 8, ::MoveControlDescription const* (*)(::ActorDefinitionDescriptor const&)>
22 mDescriptionGetter;
23 // NOLINTEND
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 virtual ~MovementScriptActorComponent() /*override*/ = default;
29
30 virtual ::Scripting::Result_deprecated<float> getMaxTurn() const;
31 // NOLINTEND
32
33public:
34 // virtual function thunks
35 // NOLINTBEGIN
36 MCAPI ::Scripting::Result_deprecated<float> $getMaxTurn() const;
37
38
39 // NOLINTEND
40
41public:
42 // vftables
43 // NOLINTBEGIN
44 MCNAPI static void** $vftable();
45 // NOLINTEND
46};
47
48} // namespace ScriptModuleMinecraft
Definition ActorDefinitionDescriptor.h:72
Definition MovementScriptActorComponent.h:17
Definition ScriptActorComponent.h:21
Definition MoveControlDescription.h:13