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/scripting/runtime/Result_deprecated.h"
7#include "mc/scripting/modules/minecraft/components/ScriptActorComponent.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 variables
19 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 // vIndex: 0
33 virtual ~MovementScriptActorComponent() /*override*/ = default;
34
35 // vIndex: 4
36 virtual ::Scripting::Result_deprecated<float> getMaxTurn() const;
37 // NOLINTEND
38
39public:
40 // static functions
41 // NOLINTBEGIN
42 MCNAPI static ::Scripting::ClassBinding bind();
43 // NOLINTEND
44
45public:
46 // virtual function thunks
47 // NOLINTBEGIN
48 MCNAPI ::Scripting::Result_deprecated<float> $getMaxTurn() const;
49 // NOLINTEND
50
51public:
52 // vftables
53 // NOLINTBEGIN
54 MCNAPI static void** $vftable();
55 // NOLINTEND
56};
57
58} // namespace ScriptModuleMinecraft
Definition MovementScriptActorComponent.h:16
MCAPI ::Scripting::Result_deprecated< float > $getMaxTurn() const
static MCAPI ::Scripting::ClassBinding bind()
Definition ScriptActorComponent.h:21
Definition Alias.h:14