3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/ecs/Optional.h"
16namespace CheckFallDamageSystemImpl {
19MCAPI
void checkFallDamage(
20 ::ActorOwnerComponent& actorComponent,
21 ::MoveRequestComponent
const& request,
22 ::Optional<::OnGroundFlagComponent const> onGround,
23 ::Optional<::ActorTickedComponent const> actorTickedComponent,
24 bool forceRecheckLiquid
Definition ActorOwnerComponent.h:10
Definition ActorTickedComponent.h:5
Definition MoveRequestComponent.h:11
Definition OnGroundFlagComponent.h:5