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
11
class
StrictEntityContext
;
12
struct
ActorIsBeingDestroyedFlagComponent
;
13
struct
StopRidingRequestComponent
;
14
struct
TickingSystemWithInfo
;
15
struct
VehicleComponent
;
16
// clang-format on
17
18
namespace
RemoveAllPassengersSystem {
19
// functions
20
// NOLINTBEGIN
21
MCNAPI ::TickingSystemWithInfo createRideableComponentRemovalSystem();
22
23
MCNAPI
void
removeAllPassengers(
24
::VehicleComponent
const
& vehicleComponent,
25
bool
actorIsBeingDestroyed,
26
::EntityModifier<::ActorIsBeingDestroyedFlagComponent, ::StopRidingRequestComponent>
& modifier
27
);
28
29
MCNAPI
void
tickRemoveAllPassengers(
30
::StrictEntityContext
&,
31
::VehicleComponent
const
& vehicleComponent,
32
::Optional<::ActorIsBeingDestroyedFlagComponent>
actorIsBeingDestroyed,
33
::EntityModifier<::ActorIsBeingDestroyedFlagComponent, ::StopRidingRequestComponent>
modifier
34
);
35
// NOLINTEND
36
37
}
// namespace RemoveAllPassengersSystem
EntityModifier
Definition
EntityModifier.h:6
Optional
Definition
Optional.h:8
StrictEntityContext
Definition
StrictEntityContext.h:8
ActorIsBeingDestroyedFlagComponent
Definition
ActorIsBeingDestroyedFlagComponent.h:5
StopRidingRequestComponent
Definition
StopRidingRequestComponent.h:5
TickingSystemWithInfo
Definition
TickingSystemWithInfo.h:13
VehicleComponent
Definition
VehicleComponent.h:10
src
mc
entity
systems
RemoveAllPassengersSystem.h
Generated on Fri Jun 13 2025 05:04:34 for LeviLamina by
1.12.0