3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/ecs/ViewT.h"
7#include "mc/deps/ecs/strict/EntityModifier.h"
8#include "mc/deps/ecs/strict/Exclude.h"
9#include "mc/deps/ecs/strict/Include.h"
23namespace QueueOnRiderExitEntityEventSystem {
26MCNAPI ::TickingSystemWithInfo createSystem();
28MCNAPI
void queueRequest(
29 ::PassengerComponent
const& passengerComponent,
30 ::ViewT<::StrictEntityContext, ::Include<::VehicleComponent>, ::RideableComponent
const> vehicleView,
31 ::EntityModifier<::ExecuteEntityEventRequestComponent> modifier
34MCNAPI
void singleTick(
35 ::StrictEntityContext
const& passenger,
37 ::StrictEntityContext,
38 ::Include<::StopRidingRequestComponent>,
39 ::Exclude<::ActorIsBeingDestroyedFlagComponent>,
40 ::PassengerComponent
const> passengerView,
41 ::ViewT<::StrictEntityContext, ::Include<::VehicleComponent>, ::RideableComponent
const> vehicleView,
42 ::EntityModifier<::ExecuteEntityEventRequestComponent> modifier
47 ::StrictEntityContext,
48 ::Include<::StopRidingRequestComponent>,
49 ::Exclude<::ActorIsBeingDestroyedFlagComponent>,
50 ::PassengerComponent
const> passengerView,
51 ::ViewT<::StrictEntityContext, ::Include<::VehicleComponent>, ::RideableComponent
const> vehicleView,
52 ::EntityModifier<::ExecuteEntityEventRequestComponent> modifier
Definition RideableComponent.h:17
Definition StrictEntityContext.h:8
Definition ActorIsBeingDestroyedFlagComponent.h:5
Definition ExecuteEntityEventRequestComponent.h:5
Definition PassengerComponent.h:8
Definition StopRidingRequestComponent.h:5
Definition TickingSystemWithInfo.h:13
Definition VehicleComponent.h:10