LeviLamina
Loading...
Searching...
No Matches
SwimControlSystemImpl.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
14// clang-format on
15
16namespace SwimControlSystemImpl {
17// functions
18// NOLINTBEGIN
19MCNAPI void doSwimControl(
21 ::ActorDataFlagComponent const& synchedActorDataComponent,
22 ::MovementAbilitiesComponent const& abilitiesComponent,
23 ::ActorRotationComponent const& actorRotationComponent,
24 ::MoveInputComponent const& moveInputComponent,
25 ::PlayerInputRequestComponent const& request,
26 ::StateVectorComponent& stateVectorComponent
27);
28// NOLINTEND
29
30} // namespace SwimControlSystemImpl
Definition StrictEntityContext.h:8
Definition ActorDataFlagComponent.h:9
Definition ActorRotationComponent.h:8
Definition MoveInputComponent.h:10
Definition MovementAbilitiesComponent.h:8
Definition PlayerInputRequestComponent.h:10
Definition StateVectorComponent.h:8