LeviLamina
Loading...
Searching...
No Matches
ActorMoveSystemImpl.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/Include.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
HitboxComponent
;
12
class
StrictEntityContext
;
13
struct
MoveRequestComponent
;
14
struct
StateVectorComponent
;
15
// clang-format on
16
17
namespace
VanillaSystems::ActorMoveSystemImpl {
18
// functions
19
// NOLINTBEGIN
20
MCNAPI
void
tickUpdateHitboxSystem(
21
::ViewT
<
::StrictEntityContext
,
::Include<::MoveRequestComponent>
,
::StateVectorComponent
const
,
::HitboxComponent
>
22
view
23
);
24
25
MCNAPI
void
26
updateHitboxSystem(
::StrictEntityContext
const
&,
::StateVectorComponent
const
& svc,
::HitboxComponent
& hitbox);
27
// NOLINTEND
28
29
}
// namespace VanillaSystems::ActorMoveSystemImpl
HitboxComponent
Definition
HitboxComponent.h:10
StrictEntityContext
Definition
StrictEntityContext.h:8
ViewT
Definition
ViewT.h:6
Include
Definition
Include.h:6
MoveRequestComponent
Definition
MoveRequestComponent.h:11
StateVectorComponent
Definition
StateVectorComponent.h:8
src-server
mc
deps
vanilla_systems
ActorMoveSystemImpl.h
Generated on Tue Nov 25 2025 04:00:54 for LeviLamina by
1.12.0