LeviLamina
Loading...
Searching...
No Matches
VehicleServerSeatPositionSystem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/ecs/ViewT.h"
7
8// auto generated forward declare list
9// clang-format off
16struct OffsetsComponent;
21struct VehicleComponent;
22// clang-format on
23
25public:
26 // VehicleServerSeatPositionSystem inner types define
27 using PassengerView = ::ViewT<
36
37 using VehicleView = ::ViewT<
42
43public:
44 // static functions
45 // NOLINTBEGIN
46 MCAPI static ::TickingSystemWithInfo createSystem();
47 // NOLINTEND
48};
Definition RideableComponent.h:20
Definition StrictEntityContext.h:14
Definition VehicleServerSeatPositionSystem.h:24
Definition ViewT.h:6
Definition ActorDataBoundingBoxComponent.h:8
Definition ActorDataDirtyFlagsComponent.h:5
Definition ActorDataFlagComponent.h:10
Definition ActorDataSeatOffsetComponent.h:8
Definition OffsetsComponent.h:8
Definition PassengerComponent.h:8
Definition PositionPassengerRequestComponent.h:5
Definition SynchedActorDataComponent.h:8
Definition TickingSystemWithInfo.h:13
Definition VehicleComponent.h:10