LeviLamina
Loading...
Searching...
No Matches
MobSetPreviousRotSystem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
12// clang-format on
13
15public:
16 // static functions
17 // NOLINTBEGIN
18 MCAPI static void _setPreviousRotation(
20 ::ActorHeadRotationComponent& actorHeadRotation,
21 ::ActorRotationComponent& actorRotation,
22 ::MobBodyRotationComponent& mobBodyRotation
23 );
24
25 MCAPI static ::TickingSystemWithInfo createSystem();
26 // NOLINTEND
27};
Definition MobSetPreviousRotSystem.h:14
Definition StrictEntityContext.h:10
Definition ActorHeadRotationComponent.h:5
Definition ActorRotationComponent.h:10
Definition MobBodyRotationComponent.h:5
Definition TickingSystemWithInfo.h:11