LeviLamina
Loading...
Searching...
No Matches
VehicleServerMolangSeatPositionSystem.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
15struct VehicleComponent;
16// clang-format on
17
19public:
20 // static functions
21 // NOLINTBEGIN
22 MCNAPI static void _tickActor(
24 ::PassengerComponent const& passengerComponent,
25 ::ActorOwnerComponent& actorComponent,
26 ::PositionPassengerRequestComponent& positionPassengerRequestComponent,
28 );
29
31 ::StrictEntityContext const& entityContext,
32 ::ViewT<
38 );
39 // NOLINTEND
40};
Definition ActorOwnerComponent.h:10
Definition RideableComponent.h:17
Definition StrictEntityContext.h:8
Definition VehicleServerMolangSeatPositionSystem.h:18
static MCAPI void _tickVehicleServerMolangSeatPositionSystemSingleEntity(::StrictEntityContext const &entityContext, ::ViewT< ::StrictEntityContext, ::PassengerComponent const, ::ActorOwnerComponent, ::PositionPassengerRequestComponent > passengerView, ::ViewT<::StrictEntityContext, ::RideableComponent const, ::VehicleComponent const > vehicleView)
static MCAPI void _tickActor(::StrictEntityContext &, ::PassengerComponent const &passengerComponent, ::ActorOwnerComponent &actorComponent, ::PositionPassengerRequestComponent &positionPassengerRequestComponent, ::ViewT<::StrictEntityContext, ::RideableComponent const, ::VehicleComponent const > vehicleView)
Definition ViewT.h:6
Definition PassengerComponent.h:8
Definition PositionPassengerRequestComponent.h:5
Definition VehicleComponent.h:10