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
13
class
StrictEntityContext
;
14
struct
ActorRemovedFlagComponent
;
15
struct
LocalPlayerComponent
;
16
struct
PassengerComponent
;
17
struct
RuntimeIDComponent
;
18
struct
SendPacketsComponent
;
19
struct
StateVectorComponent
;
20
struct
StopRidingRequestComponent
;
21
struct
SwitchingVehiclesFlagComponent
;
22
struct
VehicleComponent
;
23
// clang-format on
24
25
namespace
ClientInteractStopRidingSystemImpl {
26
// functions
27
// NOLINTBEGIN
28
MCAPI
void
tick(
29
::entt::type_list<
30
::Include<::LocalPlayerComponent, ::StopRidingRequestComponent>
,
31
::Exclude<::ActorRemovedFlagComponent, ::SwitchingVehiclesFlagComponent>
>,
32
::StrictEntityContext
const
& entity,
33
::PassengerComponent
const
& passengerComponent,
34
::StateVectorComponent
const
& stateVectorComponent,
35
::EntityModifier<::SendPacketsComponent>
modifier,
36
::ViewT
<
::StrictEntityContext
,
::Include<::VehicleComponent>
,
::RuntimeIDComponent
const
> vehicleView
37
);
38
// NOLINTEND
39
40
}
// namespace ClientInteractStopRidingSystemImpl
EntityModifier
Definition
EntityModifier.h:6
StrictEntityContext
Definition
StrictEntityContext.h:10
ViewT
Definition
ViewT.h:6
ActorRemovedFlagComponent
Definition
ActorRemovedFlagComponent.h:5
Exclude
Definition
Exclude.h:6
Include
Definition
Include.h:6
LocalPlayerComponent
Definition
LocalPlayerComponent.h:5
PassengerComponent
Definition
PassengerComponent.h:10
RuntimeIDComponent
Definition
RuntimeIDComponent.h:10
SendPacketsComponent
Definition
SendPacketsComponent.h:11
StateVectorComponent
Definition
StateVectorComponent.h:10
StopRidingRequestComponent
Definition
StopRidingRequestComponent.h:5
SwitchingVehiclesFlagComponent
Definition
SwitchingVehiclesFlagComponent.h:5
VehicleComponent
Definition
VehicleComponent.h:10
src
mc
entity
systems
ClientInteractStopRidingSystemImpl.h
Generated on Sat Apr 26 2025 05:55:37 for LeviLamina by
1.12.0