LeviLamina
Loading...
Searching...
No Matches
BodyControlSystem.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/ecs/systems/ITickingSystem.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
EntityRegistry
;
11
// clang-format on
12
13
class
BodyControlSystem
:
public
::ITickingSystem
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
// vIndex: 2
18
virtual
void
tick(
::EntityRegistry
& registry)
/*override*/
;
19
20
// vIndex: 0
21
virtual
~BodyControlSystem
()
/*override*/
=
default
;
22
// NOLINTEND
23
24
public
:
25
// virtual function thunks
26
// NOLINTBEGIN
27
MCNAPI
void
$tick
(
::EntityRegistry
& registry);
28
// NOLINTEND
29
30
public
:
31
// vftables
32
// NOLINTBEGIN
33
MCNAPI
static
void
**
$vftable
();
34
// NOLINTEND
35
};
BodyControlSystem
Definition
BodyControlSystem.h:13
BodyControlSystem::$vftable
static MCAPI void ** $vftable()
BodyControlSystem::$tick
MCAPI void $tick(::EntityRegistry ®istry)
EntityRegistry
Definition
EntityRegistry.h:11
ITickingSystem
Definition
ITickingSystem.h:15
src
mc
entity
systems
BodyControlSystem.h
Generated on Fri Jun 13 2025 05:04:34 for LeviLamina by
1.12.0