LeviLamina
Loading...
Searching...
No Matches
VehicleServerSeatPositionSystem.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/ecs/ViewT.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
RideableComponent
;
11
class
StrictEntityContext
;
12
struct
ActorDataBoundingBoxComponent
;
13
struct
ActorDataDirtyFlagsComponent
;
14
struct
ActorDataFlagComponent
;
15
struct
ActorDataSeatOffsetComponent
;
16
struct
AdultRidingHeightOffsetComponent
;
17
struct
OffsetsComponent
;
18
struct
PassengerComponent
;
19
struct
PositionPassengerRequestComponent
;
20
struct
RidingHeightComponent
;
21
struct
SynchedActorDataComponent
;
22
struct
VehicleComponent
;
23
// clang-format on
24
25
class
VehicleServerSeatPositionSystem
{
26
public
:
27
// VehicleServerSeatPositionSystem inner types define
28
using
PassengerView =
::ViewT
<
29
::StrictEntityContext
,
30
::PassengerComponent
const
,
31
::PositionPassengerRequestComponent
const
,
32
::OffsetsComponent
const
,
33
::ActorDataFlagComponent
,
34
::ActorDataSeatOffsetComponent
,
35
::ActorDataDirtyFlagsComponent
,
36
::SynchedActorDataComponent
>;
37
38
using
VehicleView =
::ViewT
<
39
::StrictEntityContext
,
40
::VehicleComponent
const
,
41
::ActorDataBoundingBoxComponent
const
,
42
::RideableComponent
const
>;
43
44
public
:
45
// static functions
46
// NOLINTBEGIN
47
MCAPI
static
float
_getRidingHeight(
48
::StrictEntityContext
const
&
context
,
49
::OffsetsComponent
const
& offsetsComponent,
50
::ActorDataFlagComponent
const
& actorDataFlagComponent,
51
::ViewT<::StrictEntityContext, ::RidingHeightComponent const>
ridingHeightView,
52
::ViewT<::StrictEntityContext, ::AdultRidingHeightOffsetComponent const>
adultRidingHeightOffsetView
53
);
54
55
MCAPI
static
void
_setSeatDescriptionToActorDataSystem(
56
::ViewT
<
57
::StrictEntityContext
,
58
::PassengerComponent
const
,
59
::PositionPassengerRequestComponent
const
,
60
::OffsetsComponent
const
,
61
::ActorDataFlagComponent
,
62
::ActorDataSeatOffsetComponent
,
63
::ActorDataDirtyFlagsComponent
,
64
::SynchedActorDataComponent
> passengerView,
65
::ViewT
<
66
::StrictEntityContext
,
67
::VehicleComponent
const
,
68
::ActorDataBoundingBoxComponent
const
,
69
::RideableComponent
const
> vehicleView,
70
::ViewT<::StrictEntityContext, ::RidingHeightComponent const>
ridingHeightView,
71
::ViewT<::StrictEntityContext, ::AdultRidingHeightOffsetComponent const>
adultRidingHeightOffsetView
72
);
73
74
#ifdef LL_PLAT_S
75
MCAPI
static
void
_setSeatDescriptionToActorDataSystemSingleEntity(
76
::StrictEntityContext
const
& entityContext,
77
::ViewT
<
78
::StrictEntityContext
,
79
::PassengerComponent
const
,
80
::PositionPassengerRequestComponent
const
,
81
::OffsetsComponent
const
,
82
::ActorDataFlagComponent
,
83
::ActorDataSeatOffsetComponent
,
84
::ActorDataDirtyFlagsComponent
,
85
::SynchedActorDataComponent
> passengerView,
86
::ViewT
<
87
::StrictEntityContext
,
88
::VehicleComponent
const
,
89
::ActorDataBoundingBoxComponent
const
,
90
::RideableComponent
const
> vehicleView,
91
::ViewT<::StrictEntityContext, ::RidingHeightComponent const>
ridingHeightView,
92
::ViewT<::StrictEntityContext, ::AdultRidingHeightOffsetComponent const>
adultRidingHeightOffsetView
93
);
94
#endif
95
// NOLINTEND
96
};
RideableComponent
Definition
RideableComponent.h:18
StrictEntityContext
Definition
StrictEntityContext.h:8
VehicleServerSeatPositionSystem
Definition
VehicleServerSeatPositionSystem.h:25
ViewT
Definition
ViewT.h:6
ActorDataBoundingBoxComponent
Definition
ActorDataBoundingBoxComponent.h:8
ActorDataDirtyFlagsComponent
Definition
ActorDataDirtyFlagsComponent.h:5
ActorDataFlagComponent
Definition
ActorDataFlagComponent.h:9
ActorDataSeatOffsetComponent
Definition
ActorDataSeatOffsetComponent.h:8
AdultRidingHeightOffsetComponent
Definition
AdultRidingHeightOffsetComponent.h:8
OffsetsComponent
Definition
OffsetsComponent.h:8
PassengerComponent
Definition
PassengerComponent.h:8
PositionPassengerRequestComponent
Definition
PositionPassengerRequestComponent.h:5
RidingHeightComponent
Definition
RidingHeightComponent.h:8
SynchedActorDataComponent
Definition
SynchedActorDataComponent.h:8
VehicleComponent
Definition
VehicleComponent.h:10
context
Definition
context.h:5
src
mc
entity
systems
VehicleServerSeatPositionSystem.h
Generated on
for LeviLamina by
1.16.1