LeviLamina
Loading...
Searching...
No Matches
ClientInteractStopRidingSystemImpl.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
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"
10
11// auto generated forward declare list
12// clang-format off
22struct VehicleComponent;
23// clang-format on
24
25namespace ClientInteractStopRidingSystemImpl {
26// functions
27// NOLINTBEGIN
28MCAPI void tick(
29 ::entt::type_list<
32 ::StrictEntityContext const& entity,
33 ::PassengerComponent const& passengerComponent,
34 ::StateVectorComponent const& stateVectorComponent,
37);
38// NOLINTEND
39
40} // namespace ClientInteractStopRidingSystemImpl
Definition EntityModifier.h:6
Definition StrictEntityContext.h:10
Definition ViewT.h:6
Definition ActorRemovedFlagComponent.h:5
Definition Exclude.h:6
Definition Include.h:6
Definition LocalPlayerComponent.h:5
Definition PassengerComponent.h:10
Definition RuntimeIDComponent.h:10
Definition SendPacketsComponent.h:11
Definition StateVectorComponent.h:10
Definition StopRidingRequestComponent.h:5
Definition SwitchingVehiclesFlagComponent.h:5
Definition VehicleComponent.h:10