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 MCAPI static void _tickActor(
24 ::PassengerComponent const& passengerComponent,
25 ::ActorOwnerComponent& actorComponent,
26 ::PositionPassengerRequestComponent& positionPassengerRequestComponent,
28 );
29
30 MCAPI static void _tickVehicleServerMolangSeatPositionSystemSingleEntity(
31 ::StrictEntityContext const& entityContext,
32 ::ViewT<
38 );
39 // NOLINTEND
40};
Definition ActorOwnerComponent.h:10
Definition RideableComponent.h:14
Definition StrictEntityContext.h:10
Definition VehicleServerMolangSeatPositionSystem.h:18
Definition ViewT.h:6
Definition PassengerComponent.h:10
Definition PositionPassengerRequestComponent.h:5
Definition VehicleComponent.h:10