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/strict/EntityModifier.h"
8
9// auto generated forward declare list
10// clang-format off
16struct VehicleComponent;
17// clang-format on
18
19namespace RemoveAllPassengersSystem {
20// functions
21// NOLINTBEGIN
22MCNAPI ::TickingSystemWithInfo createRideableComponentRemovalSystem();
23
24MCNAPI void removeAllPassengers(
25 ::VehicleComponent const& vehicleComponent,
26 bool actorIsBeingDestroyed,
27 bool exitFromPassenger,
32);
33
34MCNAPI void tickRemoveAllPassengers(
36 ::VehicleComponent const& vehicleComponent,
42);
43// NOLINTEND
44
45} // namespace RemoveAllPassengersSystem
Definition EntityModifier.h:6
Definition Optional.h:8
Definition StrictEntityContext.h:8
Definition ActorIsBeingDestroyedFlagComponent.h:5
Definition ExitFromPassengerFlagComponent.h:5
Definition StopRidingRequestComponent.h:5
Definition TickingSystemWithInfo.h:13
Definition VehicleComponent.h:10