LeviLamina
Loading...
Searching...
No Matches
PersonaEmoteInputSystem.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/EntityModifier.h"
8#include "mc/deps/ecs/strict/Include.h"
9
10// auto generated forward declare list
11// clang-format off
18// clang-format on
19
21public:
22 // static functions
23 // NOLINTBEGIN
24 MCAPI static void _personaEmoteInputSystem(
25 ::StrictEntityContext const& entity,
26 ::EventingDispatcherComponent const& eventingDispatcherComponent,
27 ::EmotePlayedTelemetryDataComponent const& emotePlayedTelemetryDataComponent,
30 );
31
32 MCAPI static void _tickPersonaEmoteInputSystem(
33 ::ViewT<
40 );
41
42 MCAPI static ::TickingSystemWithInfo createSystem();
43 // NOLINTEND
44};
Definition EntityModifier.h:6
Definition PersonaEmoteInputSystem.h:20
Definition StrictEntityContext.h:10
Definition ViewT.h:6
Definition EmotePlayedTelemetryDataComponent.h:5
Definition EventingDispatcherComponent.h:10
Definition EventingRequestQueueComponent.h:10
Definition Include.h:6
Definition ShouldStopEmotingRequestComponent.h:5
Definition TickingSystemWithInfo.h:11