LeviLamina
Loading...
Searching...
No Matches
FreezingSystemInternal.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
Actor
;
8
class
ActorOwnerComponent
;
9
class
EntityContext
;
10
class
FreezingComponent
;
11
// clang-format on
12
13
namespace
FreezingSystemInternal {
14
// functions
15
// NOLINTBEGIN
16
MCAPI
void
processFreezeEffect(::Actor& actor, ::FreezingComponent
const
& freezeComp);
17
18
MCAPI
void
tickFreezeComponent(
19
::EntityContext& entity,
20
::ActorOwnerComponent& actorOwnerComponent,
21
::FreezingComponent& freezingComponent
22
);
23
// NOLINTEND
24
25
}
// namespace FreezingSystemInternal
ActorOwnerComponent
Definition
ActorOwnerComponent.h:10
Actor
Definition
Actor.h:123
EntityContext
Definition
EntityContext.h:17
FreezingComponent
Definition
FreezingComponent.h:12
src
mc
entity
systems
FreezingSystemInternal.h
Generated on
for LeviLamina by
1.16.1