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
17struct OffsetsComponent;
22struct VehicleComponent;
23// clang-format on
24
26public:
27 // static functions
28 // NOLINTBEGIN
29 MCNAPI static float _getRidingHeight(
31 ::OffsetsComponent const& offsetsComponent,
32 ::ActorDataFlagComponent const& actorDataFlagComponent,
35 );
36
38 ::ViewT<
46 ::SynchedActorDataComponent> passengerView,
47 ::ViewT<
51 ::RideableComponent const> vehicleView,
54 );
55
57 ::StrictEntityContext const& entityContext,
58 ::ViewT<
66 ::SynchedActorDataComponent> passengerView,
67 ::ViewT<
71 ::RideableComponent const> vehicleView,
74 );
75 // NOLINTEND
76};
Definition RideableComponent.h:17
Definition StrictEntityContext.h:8
Definition VehicleServerSeatPositionSystem.h:25
static MCAPI float _getRidingHeight(::StrictEntityContext const &context, ::OffsetsComponent const &offsetsComponent, ::ActorDataFlagComponent const &actorDataFlagComponent, ::ViewT<::StrictEntityContext, ::RidingHeightComponent const > ridingHeightView, ::ViewT<::StrictEntityContext, ::AdultRidingHeightOffsetComponent const > adultRidingHeightOffsetView)
static MCAPI void _setSeatDescriptionToActorDataSystemSingleEntity(::StrictEntityContext const &entityContext, ::ViewT< ::StrictEntityContext, ::PassengerComponent const, ::PositionPassengerRequestComponent const, ::OffsetsComponent const, ::ActorDataFlagComponent, ::ActorDataSeatOffsetComponent, ::ActorDataDirtyFlagsComponent, ::SynchedActorDataComponent > passengerView, ::ViewT< ::StrictEntityContext, ::VehicleComponent const, ::ActorDataBoundingBoxComponent const, ::RideableComponent const > vehicleView, ::ViewT<::StrictEntityContext, ::RidingHeightComponent const > ridingHeightView, ::ViewT<::StrictEntityContext, ::AdultRidingHeightOffsetComponent const > adultRidingHeightOffsetView)
static MCAPI void _setSeatDescriptionToActorDataSystem(::ViewT< ::StrictEntityContext, ::PassengerComponent const, ::PositionPassengerRequestComponent const, ::OffsetsComponent const, ::ActorDataFlagComponent, ::ActorDataSeatOffsetComponent, ::ActorDataDirtyFlagsComponent, ::SynchedActorDataComponent > passengerView, ::ViewT< ::StrictEntityContext, ::VehicleComponent const, ::ActorDataBoundingBoxComponent const, ::RideableComponent const > vehicleView, ::ViewT<::StrictEntityContext, ::RidingHeightComponent const > ridingHeightView, ::ViewT<::StrictEntityContext, ::AdultRidingHeightOffsetComponent const > adultRidingHeightOffsetView)
Definition ViewT.h:6
Definition ActorDataBoundingBoxComponent.h:8
Definition ActorDataDirtyFlagsComponent.h:5
Definition ActorDataFlagComponent.h:9
Definition ActorDataSeatOffsetComponent.h:8
Definition AdultRidingHeightOffsetComponent.h:8
Definition OffsetsComponent.h:8
Definition PassengerComponent.h:8
Definition PositionPassengerRequestComponent.h:5
Definition RidingHeightComponent.h:8
Definition SynchedActorDataComponent.h:8
Definition VehicleComponent.h:10
Definition context.h:5