LeviLamina
Loading...
Searching...
No Matches
OnFireClientSystem.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/entity/systems/OnFireSystem.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
ActorOwnerComponent
;
11
class
EntityRegistry
;
12
// clang-format on
13
14
class
OnFireClientSystem
:
public
::OnFireSystem
{
15
public
:
16
// virtual functions
17
// NOLINTBEGIN
18
virtual
void
tick(
::EntityRegistry
& registry)
/*override*/
;
19
20
virtual
~OnFireClientSystem
()
/*override*/
=
default
;
21
// NOLINTEND
22
23
public
:
24
// static functions
25
// NOLINTBEGIN
26
MCNAPI_C
static
void
_tickClient(
::ActorOwnerComponent
& actorOwnerComponent);
27
// NOLINTEND
28
29
public
:
30
// virtual function thunks
31
// NOLINTBEGIN
32
#ifdef LL_PLAT_C
33
MCNAPI
void
$tick(
::EntityRegistry
& registry);
34
#endif
35
36
37
// NOLINTEND
38
39
public
:
40
// vftables
41
// NOLINTBEGIN
42
MCNAPI
static
void
**
$vftable
();
43
// NOLINTEND
44
};
ActorOwnerComponent
Definition
ActorOwnerComponent.h:10
EntityRegistry
Definition
EntityRegistry.h:11
OnFireClientSystem
Definition
OnFireClientSystem.h:14
OnFireClientSystem::$vftable
static MCAPI void ** $vftable()
OnFireSystem
Definition
OnFireSystem.h:13
src
mc
entity
systems
OnFireClientSystem.h
Generated on
for LeviLamina by
1.16.1