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
20struct VehicleComponent;
21// clang-format on
22
23namespace SendLinkPacketOfPassengersSystemImpl {
24// functions
25// NOLINTBEGIN
26MCNAPI 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
Definition StrictEntityContext.h:8
Definition ActorMovementTickNeededComponent.h:5
Definition ActorUniqueIDComponent.h:8
Definition BoatMovementComponent.h:5
Definition PassengerComponent.h:8
Definition PassengersChangedFlagComponent.h:5
Definition SendPacketsComponent.h:11
Definition VehicleComponent.h:10