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
14struct VehicleComponent;
15// clang-format on
16
17namespace RemoveAllPassengersSystem {
18// functions
19// NOLINTBEGIN
20MCAPI void removeAllPassengers(
21 ::VehicleComponent const& vehicleComponent,
22 bool actorIsBeingDestroyed,
24);
25
26MCAPI void tickRemoveAllPassengers(
28 ::VehicleComponent const& vehicleComponent,
31);
32// NOLINTEND
33
34} // namespace RemoveAllPassengersSystem
Definition EntityModifier.h:6
Definition Optional.h:8
Definition StrictEntityContext.h:10
Definition ActorIsBeingDestroyedFlagComponent.h:5
Definition StopRidingRequestComponent.h:5
Definition VehicleComponent.h:10