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
26MCAPI void sendLinkPacketOfPassengers(
28 ::StrictEntityContext const& entity,
29 ::ActorUniqueIDComponent const& vehicleUniqueIDComponent,
30 ::VehicleComponent& vehicleComponent,
34);
35// NOLINTEND
36
37} // namespace SendLinkPacketOfPassengersSystemImpl
Definition EntityModifier.h:6
Definition Optional.h:8
Definition StrictEntityContext.h:10
Definition ViewT.h:6
Definition ActorMovementTickNeededComponent.h:5
Definition ActorUniqueIDComponent.h:10
Definition BoatMovementComponent.h:5
Definition Include.h:6
Definition PassengerComponent.h:10
Definition PassengersChangedFlagComponent.h:5
Definition SendPacketsComponent.h:11
Definition VehicleComponent.h:10