LeviLamina
Loading...
Searching...
No Matches
CheckFallDamageSystemImpl.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/ecs/Optional.h"
7
8// auto generated forward declare list
9// clang-format off
14// clang-format on
15
16namespace CheckFallDamageSystemImpl {
17// functions
18// NOLINTBEGIN
19MCAPI void checkFallDamage(
20 ::ActorOwnerComponent& actorComponent,
21 ::MoveRequestComponent const& request,
24 bool forceRecheckLiquid
25);
26// NOLINTEND
27
28} // namespace CheckFallDamageSystemImpl
Definition ActorOwnerComponent.h:10
Definition Optional.h:8
Definition ActorTickedComponent.h:5
Definition MoveRequestComponent.h:13
Definition OnGroundFlagComponent.h:5