LeviLamina
Loading...
Searching...
No Matches
UpdateMovingFlagSystemImpl.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
19// clang-format on
20
21namespace UpdateMovingFlagSystemImpl {
22// functions
23// NOLINTBEGIN
24MCNAPI void doTickMovingFlagSystem(
25 ::entt::type_list<::Include<::ActorMovementTickNeededComponent>>,
26 ::StrictEntityContext const& context,
27 ::StateVectorComponent const& stateVectorComponent,
28 ::Optional<::PassengerComponent const> passengerComponent,
29 ::ViewT<::StrictEntityContext, ::Include<::ControlledByLocalInstanceComponent>> vehicleView,
30 ::EntityModifier<::SetMovingFlagRequestComponent> modifier
31);
32// NOLINTEND
33
34} // namespace UpdateMovingFlagSystemImpl
Definition StrictEntityContext.h:8
Definition ActorMovementTickNeededComponent.h:5
Definition ControlledByLocalInstanceComponent.h:5
Definition PassengerComponent.h:8
Definition SetMovingFlagRequestComponent.h:5
Definition StateVectorComponent.h:8