LeviLamina
Loading...
Searching...
No Matches
RemoveAllPassengersSystem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/ecs/Optional.h"
7#include "mc/deps/ecs/ViewT.h"
8#include "mc/deps/ecs/strict/EntityModifier.h"
9#include "mc/deps/ecs/strict/Include.h"
10
11// auto generated forward declare list
12// clang-format off
19struct VehicleComponent;
20// clang-format on
21
22namespace RemoveAllPassengersSystem {
23// functions
24// NOLINTBEGIN
25MCNAPI ::TickingSystemWithInfo createRideableComponentRemovalSystem();
26
27MCNAPI void removeAllPassengers(
28 ::VehicleComponent const& vehicleComponent,
29 bool actorIsBeingDestroyed,
30 bool exitFromPassenger,
35);
36
37MCNAPI void removeAllPassengersRequestProcess(
38 ::ViewT<
46 ::StopRidingRequestComponent> mainModifier,
48);
49
50MCNAPI void tickRemoveAllPassengers(
52 ::VehicleComponent const& vehicleComponent,
58);
59// NOLINTEND
60
61} // namespace RemoveAllPassengersSystem
Definition EntityModifier.h:6
Definition Optional.h:8
Definition StrictEntityContext.h:8
Definition ViewT.h:6
Definition ActorIsBeingDestroyedFlagComponent.h:5
Definition ExitFromPassengerFlagComponent.h:5
Definition Include.h:6
Definition RemoveAllPassengersRequestComponent.h:5
Definition StopRidingRequestComponent.h:5
Definition TickingSystemWithInfo.h:13
Definition VehicleComponent.h:10