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
11
class
ActorDefinitionDescriptor
;
12
struct
MoveControlDescription
;
13
// clang-format on
14
15
namespace
ScriptModuleMinecraft {
16
17
class
MovementScriptActorComponent
:
public
::ScriptModuleMinecraft::ScriptActorComponent
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<8, 8,
::MoveControlDescription
const
* (*)(
::ActorDefinitionDescriptor
const
&)>
22
mDescriptionGetter;
23
// NOLINTEND
24
25
public
:
26
// virtual functions
27
// NOLINTBEGIN
28
virtual
~MovementScriptActorComponent
()
/*override*/
=
default
;
29
30
virtual ::Scripting::Result_deprecated<float> getMaxTurn()
const
;
31
// NOLINTEND
32
33
public
:
34
// virtual function thunks
35
// NOLINTBEGIN
36
MCAPI ::Scripting::Result_deprecated<float> $getMaxTurn()
const
;
37
38
39
// NOLINTEND
40
41
public
:
42
// vftables
43
// NOLINTBEGIN
44
MCNAPI
static
void
**
$vftable
();
45
// NOLINTEND
46
};
47
48
}
// namespace ScriptModuleMinecraft
ActorDefinitionDescriptor
Definition
ActorDefinitionDescriptor.h:72
ScriptModuleMinecraft::MovementScriptActorComponent
Definition
MovementScriptActorComponent.h:17
ScriptModuleMinecraft::MovementScriptActorComponent::$vftable
static MCAPI void ** $vftable()
ScriptModuleMinecraft::ScriptActorComponent
Definition
ScriptActorComponent.h:21
MoveControlDescription
Definition
MoveControlDescription.h:13
src
mc
scripting
modules
minecraft
components
MovementScriptActorComponent.h
Generated on
for LeviLamina by
1.16.1