LeviLamina
Loading...
Searching...
No Matches
SetVehicleInputIntentSystem.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/Include.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
class
StrictEntityContext
;
13
struct
ActorDataControllingSeatIndexComponent
;
14
struct
ActorDataFlagComponent
;
15
struct
ActorMovementTickNeededComponent
;
16
struct
MobFlagComponent
;
17
struct
PassengerComponent
;
18
struct
PlayerComponent
;
19
struct
ShouldBeSimulatedComponent
;
20
struct
VehicleComponent
;
21
struct
VehicleInputIntentComponent
;
22
// clang-format on
23
24
namespace
SetVehicleInputIntentSystem {
25
// functions
26
// NOLINTBEGIN
27
MCNAPI
void
doSetVehicleInputIntent(
28
::entt::type_list<::Include<::ActorMovementTickNeededComponent>>,
29
::StrictEntityContext
const
& context,
30
::VehicleComponent
const
& vehicle,
31
::ActorDataFlagComponent
const
& actorDataFlag,
32
::ActorDataControllingSeatIndexComponent
const
& controllingSeatIndex,
33
::ViewT<::StrictEntityContext, ::Include<::PassengerComponent, ::MobFlagComponent>>
const
& passengerView,
34
::ViewT<::StrictEntityContext, ::Include<::PlayerComponent>, ::ShouldBeSimulatedComponent>
const
& playerView,
35
::EntityModifier<::VehicleInputIntentComponent> modifier
36
);
37
// NOLINTEND
38
39
}
// namespace SetVehicleInputIntentSystem
StrictEntityContext
Definition
StrictEntityContext.h:8
ActorDataControllingSeatIndexComponent
Definition
ActorDataControllingSeatIndexComponent.h:8
ActorDataFlagComponent
Definition
ActorDataFlagComponent.h:9
ActorMovementTickNeededComponent
Definition
ActorMovementTickNeededComponent.h:5
MobFlagComponent
Definition
MobFlagComponent.h:5
PassengerComponent
Definition
PassengerComponent.h:8
PlayerComponent
Definition
PlayerComponent.h:5
ShouldBeSimulatedComponent
Definition
ShouldBeSimulatedComponent.h:5
VehicleComponent
Definition
VehicleComponent.h:10
VehicleInputIntentComponent
Definition
VehicleInputIntentComponent.h:11
src
mc
entity
systems
SetVehicleInputIntentSystem.h
Generated on
for LeviLamina by
1.16.1