LeviLamina
Loading...
Searching...
No Matches
PlayActorStepSoundSystemImpl.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
22struct RandomComponent;
28// clang-format on
29
30namespace PlayActorStepSoundSystemImpl {
31// functions
32// NOLINTBEGIN
33MCAPI void tick(
34 ::entt::type_list<
41 ::StrictEntityContext const& entity,
42 ::ActorOwnerComponent const& actorOwner,
43 ::ActorDefinitionIdentifierComponent const& actorDefinitionIdentifier,
44 ::ActorDataFlagComponent const& actorDataFlag,
45 ::CurrentlyStandingOnBlockComponent const& currentlyStandingOnBlock,
46 ::DimensionTypeComponent const& dimensionType,
47 ::SoundEventPlayerComponent const& soundEventPlayer,
48 ::RandomReferenceComponent const& randomReference,
49 ::MovementSoundComponent& movementSound,
52);
53// NOLINTEND
54
55} // namespace PlayActorStepSoundSystemImpl
Definition ActorOwnerComponent.h:10
Definition StrictEntityContext.h:10
Definition ViewT.h:6
Definition ActorDataFlagComponent.h:8
Definition ActorDefinitionIdentifierComponent.h:10
Definition CamelFlagComponent.h:5
Definition CurrentlyStandingOnBlockComponent.h:10
Definition DimensionTypeComponent.h:13
Definition Exclude.h:6
Definition GallopSoundCounterComponent.h:8
Definition Include.h:6
Definition MakesLavaStepSoundComponent.h:5
Definition MovementSoundComponent.h:8
Definition RandomComponent.h:10
Definition RandomReferenceComponent.h:10
Definition ShouldPlayStepSoundComponent.h:5
Definition SoundEventPlayerComponent.h:10
Definition SoundEventRequestQueueComponent.h:10
Definition UsesDefaultStepSoundComponent.h:5