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
30 ::ViewT<
38 ::SynchedActorDataComponent> passengerView,
39 ::ViewT<
43 ::RideableComponent const> vehicleView,
46 );
47
49 ::StrictEntityContext const& entityContext,
50 ::ViewT<
58 ::SynchedActorDataComponent> passengerView,
59 ::ViewT<
63 ::RideableComponent const> vehicleView,
66 );
67 // NOLINTEND
68};
Definition RideableComponent.h:17
Definition StrictEntityContext.h:8
Definition VehicleServerSeatPositionSystem.h:25
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