LeviLamina
Loading...
Searching...
No Matches
RemovePassengersSystemImpl.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/ecs/ViewT.h"
7#include "mc/deps/ecs/strict/EntityModifier.h"
8
9// auto generated forward declare list
10// clang-format off
16struct VehicleComponent;
17// clang-format on
18
19namespace RemovePassengersSystemImpl {
20// functions
21// NOLINTBEGIN
22MCAPI void removePassengersSystem(
23 ::StrictEntityContext const& vehicleEntity,
24 ::RemovePassengersComponent& removePassengersComponent,
25 ::VehicleComponent& vehicleComponent,
30);
31
32MCAPI void singleTickRemovePassenger(
33 ::StrictEntityContext const& passengerEntity,
34 ::PassengerComponent const& passengerComponent,
40);
41// NOLINTEND
42
43} // namespace RemovePassengersSystemImpl
Definition EntityModifier.h:6
Definition StrictEntityContext.h:10
Definition ViewT.h:6
Definition PassengerComponent.h:10
Definition PassengersChangedFlagComponent.h:5
Definition RecalculateControlledByLocalInstanceRequestComponent.h:5
Definition RemovePassengersComponent.h:10
Definition VehicleComponent.h:10