LeviLamina
Loading...
Searching...
No Matches
DesiredMoveDirectionFreeCameraControlledSystem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/ecs/ViewT.h"
7#include "mc/deps/ecs/strict/Include.h"
8
9// auto generated forward declare list
10// clang-format off
19// clang-format on
20
21namespace DesiredMoveDirectionFreeCameraControlledSystem {
22// functions
23// NOLINTBEGIN
24MCNAPI void doControllingPassengerTick(
25 ::MobTravelComponent& mobTravelComponent,
26 ::FreeCameraControlledComponent const& airControlledComponent,
27 ::VehicleInputIntentComponent& vehicleInputIntentComponent,
28 ::StateVectorComponent const& stateVectorComponent,
29 ::ViewT<
33 ::LocalMoveVelocityComponent const> const& controllingPassengerView
34);
35// NOLINTEND
36
37} // namespace DesiredMoveDirectionFreeCameraControlledSystem
Definition StrictEntityContext.h:8
Definition ViewT.h:6
Definition ActorRotationComponent.h:8
Definition FreeCameraControlledComponent.h:5
Definition Include.h:6
Definition LocalMoveVelocityComponent.h:8
Definition MobTravelComponent.h:8
Definition PassengerComponent.h:8
Definition StateVectorComponent.h:8
Definition VehicleInputIntentComponent.h:11