LeviLamina
Loading...
Searching...
No Matches
SendLinkPacketOfPassengersSystemImpl.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/ViewT.h"
8
#include "mc/deps/ecs/strict/EntityModifier.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
ActorMovementTickNeededComponent
;
15
struct
ActorUniqueIDComponent
;
16
struct
BoatMovementComponent
;
17
struct
PassengerComponent
;
18
struct
PassengersChangedFlagComponent
;
19
struct
SendPacketsComponent
;
20
struct
VehicleComponent
;
21
// clang-format on
22
23
namespace
SendLinkPacketOfPassengersSystemImpl {
24
// functions
25
// NOLINTBEGIN
26
MCAPI
void
sendLinkPacketOfPassengers(
27
::entt::type_list<
::Include<::ActorMovementTickNeededComponent, ::PassengersChangedFlagComponent>
>,
28
::StrictEntityContext
const
& entity,
29
::ActorUniqueIDComponent
const
& vehicleUniqueIDComponent,
30
::VehicleComponent
& vehicleComponent,
31
::Optional<::BoatMovementComponent const>
boatMovement,
32
::EntityModifier<::SendPacketsComponent>
modifier,
33
::ViewT
<
::StrictEntityContext
,
::Include<::PassengerComponent>
,
::ActorUniqueIDComponent
const
> passengersView
34
);
35
// NOLINTEND
36
37
}
// namespace SendLinkPacketOfPassengersSystemImpl
EntityModifier
Definition
EntityModifier.h:6
Optional
Definition
Optional.h:8
StrictEntityContext
Definition
StrictEntityContext.h:10
ViewT
Definition
ViewT.h:6
ActorMovementTickNeededComponent
Definition
ActorMovementTickNeededComponent.h:5
ActorUniqueIDComponent
Definition
ActorUniqueIDComponent.h:10
BoatMovementComponent
Definition
BoatMovementComponent.h:5
Include
Definition
Include.h:6
PassengerComponent
Definition
PassengerComponent.h:10
PassengersChangedFlagComponent
Definition
PassengersChangedFlagComponent.h:5
SendPacketsComponent
Definition
SendPacketsComponent.h:11
VehicleComponent
Definition
VehicleComponent.h:10
src
mc
entity
systems
SendLinkPacketOfPassengersSystemImpl.h
Generated on Sat Apr 26 2025 05:55:37 for LeviLamina by
1.12.0