LeviLamina
Loading...
Searching...
No Matches
AutoStepFilterSystemImpl.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/strict/EntityModifier.h"
8
9// auto generated forward declare list
10// clang-format off
18// clang-format on
19
20namespace AutoStepFilterSystemImpl {
21// functions
22// NOLINTBEGIN
23MCAPI void doAutoStepFilterSystem(
24 ::StrictEntityContext const& context,
25 ::MoveRequestComponent const& moveRequestComponent,
26 ::MaxAutoStepComponent const& maxAutoStepComponent,
27 ::Optional<::OnGroundFlagComponent const> onGroundFlagComponent,
28 ::Optional<::MovementAbilitiesComponent const> movementAbilitiesComponent,
29 ::Optional<::CanAlwaysAutoStepFlagComponent const> canAlwaysAutoStepFlagComponent,
30 ::EntityModifier<::AutoStepRequestFlagComponent, ::CanAlwaysAutoStepFlagComponent> mod
31);
32// NOLINTEND
33
34} // namespace AutoStepFilterSystemImpl
Definition StrictEntityContext.h:8
Definition AutoStepRequestFlagComponent.h:5
Definition CanAlwaysAutoStepFlagComponent.h:5
Definition MaxAutoStepComponent.h:8
Definition MoveRequestComponent.h:11
Definition MovementAbilitiesComponent.h:5
Definition OnGroundFlagComponent.h:5