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
11
class
StrictEntityContext
;
12
struct
ActorDataFlagComponent
;
13
struct
ActorMovementTickNeededComponent
;
14
struct
ActorRotationComponent
;
15
struct
MobBodyRotationComponent
;
16
struct
PassengerComponent
;
17
struct
VehicleComponent
;
18
// clang-format on
19
20
namespace
MobPassengerRotationSystemImpl {
21
// functions
22
// NOLINTBEGIN
23
MCNAPI
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
StrictEntityContext
Definition
StrictEntityContext.h:8
ActorDataFlagComponent
Definition
ActorDataFlagComponent.h:9
ActorMovementTickNeededComponent
Definition
ActorMovementTickNeededComponent.h:5
ActorRotationComponent
Definition
ActorRotationComponent.h:8
MobBodyRotationComponent
Definition
MobBodyRotationComponent.h:5
PassengerComponent
Definition
PassengerComponent.h:8
VehicleComponent
Definition
VehicleComponent.h:10
src
mc
entity
systems
MobPassengerRotationSystemImpl.h
Generated on
for LeviLamina by
1.16.1