LeviLamina
Loading...
Searching...
No Matches
FireAnimationTrackerSystem.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/ecs/Optional.h"
7
#include "mc/deps/ecs/systems/ITickingSystem.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
ActorOwnerComponent
;
12
class
EntityContext
;
13
class
EntityRegistry
;
14
class
FireAnimationTrackerComponent
;
15
struct
OnFireComponent
;
16
// clang-format on
17
18
class
FireAnimationTrackerSystem
:
public
::ITickingSystem
{
19
public
:
20
// virtual functions
21
// NOLINTBEGIN
22
#ifdef LL_PLAT_S
23
virtual
void
tick(
::EntityRegistry
&)
/*override*/
;
24
#else
// LL_PLAT_C
25
virtual
void
tick(
::EntityRegistry
& registry)
/*override*/
;
26
#endif
27
28
// NOLINTEND
29
30
public
:
31
// static functions
32
// NOLINTBEGIN
33
#ifdef LL_PLAT_C
34
MCAPI
static
void
_tickFireAnimationTrackerComponent(
35
::EntityContext
& entity,
36
::ActorOwnerComponent
& actorOwnerComponent,
37
::FireAnimationTrackerComponent
& fireAnimationTrackerComponent,
38
::Optional<::OnFireComponent const>
onFireComponent
39
);
40
#endif
41
// NOLINTEND
42
43
public
:
44
// virtual function thunks
45
// NOLINTBEGIN
46
#ifdef LL_PLAT_C
47
MCAPI
void
$tick(
::EntityRegistry
& registry);
48
#endif
49
50
51
// NOLINTEND
52
53
public
:
54
// vftables
55
// NOLINTBEGIN
56
MCNAPI
static
void
**
$vftable
();
57
// NOLINTEND
58
};
ActorOwnerComponent
Definition
ActorOwnerComponent.h:10
EntityContext
Definition
EntityContext.h:17
EntityRegistry
Definition
EntityRegistry.h:11
FireAnimationTrackerComponent
Definition
FireAnimationTrackerComponent.h:5
FireAnimationTrackerSystem
Definition
FireAnimationTrackerSystem.h:18
FireAnimationTrackerSystem::$vftable
static MCAPI void ** $vftable()
ITickingSystem
Definition
ITickingSystem.h:15
Optional
Definition
Optional.h:8
OnFireComponent
Definition
OnFireComponent.h:11
src
mc
entity
systems
FireAnimationTrackerSystem.h
Generated on
for LeviLamina by
1.16.1