LeviLamina
Loading...
Searching...
No Matches
ResetMoveDirectionJumpPendingSystem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/ecs/ViewT.h"
7#include "mc/deps/ecs/strict/Exclude.h"
8#include "mc/deps/ecs/strict/Include.h"
9
10// auto generated forward declare list
11// clang-format off
19struct VehicleComponent;
20// clang-format on
21
Definition ResetMoveDirectionJumpPendingSystem.h:22
static MCAPI void tickResetMoveDirectionJumpPendingSystem(::ViewT< ::StrictEntityContext, ::Include<::OnGroundFlagComponent >, ::Exclude<::MobAllowStandSlidingFlagComponent >, ::JumpPendingScaleComponent const, ::ActorDataFlagComponent const, ::ActorDataControllingSeatIndexComponent const, ::VehicleComponent const, ::MobTravelComponent > view)
Definition StrictEntityContext.h:8
Definition ViewT.h:6
Definition ActorDataControllingSeatIndexComponent.h:8
Definition ActorDataFlagComponent.h:9
Definition Exclude.h:6
Definition Include.h:6
Definition JumpPendingScaleComponent.h:8
Definition MobAllowStandSlidingFlagComponent.h:5
Definition MobTravelComponent.h:8
Definition OnGroundFlagComponent.h:5
Definition VehicleComponent.h:10