LeviLamina
Loading...
Searching...
No Matches
SetPreviousPosRotSystem.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/ecs/strict/EntityModifier.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
EntityContext
;
11
class
StrictEntityContext
;
12
struct
ActorRotationComponent
;
13
struct
PrevPosRotSetThisTickFlagComponent
;
14
struct
StateVectorComponent
;
15
// clang-format on
16
17
struct
SetPreviousPosRotSystem
{
18
public
:
19
// static functions
20
// NOLINTBEGIN
21
MCAPI
static
void
_setPreviousPosRot(
22
::StrictEntityContext
& entity,
23
::StateVectorComponent
& stateVectorComponent,
24
::ActorRotationComponent
& actorRotationComponent,
25
::EntityModifier<::PrevPosRotSetThisTickFlagComponent>
modifier
26
);
27
28
MCAPI
static
void
_setPreviousPosRotSystem(
::EntityContext
const
& entity);
29
// NOLINTEND
30
};
EntityContext
Definition
EntityContext.h:16
EntityModifier
Definition
EntityModifier.h:6
StrictEntityContext
Definition
StrictEntityContext.h:8
ActorRotationComponent
Definition
ActorRotationComponent.h:8
PrevPosRotSetThisTickFlagComponent
Definition
PrevPosRotSetThisTickFlagComponent.h:5
SetPreviousPosRotSystem
Definition
SetPreviousPosRotSystem.h:17
StateVectorComponent
Definition
StateVectorComponent.h:8
src
mc
entity
systems
SetPreviousPosRotSystem.h
Generated on
for LeviLamina by
1.16.1