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
15struct VehicleComponent;
16// clang-format on
17
18namespace RemoveAllPassengersSystem {
19// functions
20// NOLINTBEGIN
21MCNAPI ::TickingSystemWithInfo createRideableComponentRemovalSystem();
22
23MCNAPI void removeAllPassengers(
24 ::VehicleComponent const& vehicleComponent,
25 bool actorIsBeingDestroyed,
27);
28
29MCNAPI void tickRemoveAllPassengers(
31 ::VehicleComponent const& vehicleComponent,
34);
35// NOLINTEND
36
37} // namespace RemoveAllPassengersSystem
Definition EntityModifier.h:6
Definition Optional.h:8
Definition StrictEntityContext.h:8
Definition ActorIsBeingDestroyedFlagComponent.h:5
Definition StopRidingRequestComponent.h:5
Definition TickingSystemWithInfo.h:13
Definition VehicleComponent.h:10