LeviLamina
Loading...
Searching...
No Matches
MobPassengerRotationSystemImpl.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
17struct VehicleComponent;
18// clang-format on
19
20namespace MobPassengerRotationSystemImpl {
21// functions
22// NOLINTBEGIN
23MCNAPI void _tickMobView(
24 ::entt::type_list<::Include<::ActorMovementTickNeededComponent>>,
25 ::PassengerComponent const& passengerComponent,
26 ::ActorRotationComponent& mobRotation,
27 ::MobBodyRotationComponent& mobBodyRotation,
28 ::ActorDataFlagComponent const& syncedActorDataComponent,
29 ::ViewT<
30 ::StrictEntityContext,
31 ::Include<::VehicleComponent>,
32 ::ActorRotationComponent const,
33 ::MobBodyRotationComponent const> vehicleView
34);
35// NOLINTEND
36
37} // namespace MobPassengerRotationSystemImpl
Definition StrictEntityContext.h:8
Definition ActorDataFlagComponent.h:9
Definition ActorMovementTickNeededComponent.h:5
Definition ActorRotationComponent.h:8
Definition MobBodyRotationComponent.h:5
Definition PassengerComponent.h:8
Definition VehicleComponent.h:10