LeviLamina
Loading...
Searching...
No Matches
EntityStorageKeySystem.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
EntityContext
;
8
// clang-format on
9
10
class
EntityStorageKeySystem
{
11
public
:
12
// static functions
13
// NOLINTBEGIN
14
MCAPI static ::std::string generateStorageKey(int64 actorId);
15
16
MCAPI
static
bool
17
getIsDirtySinceSerialization(
::EntityContext
& entity, ::std::string
const
& currentSerializedState);
18
19
MCAPI
static
void
setDirtyFromNonSerializedState(
::EntityContext
& entity);
20
21
MCAPI
static
void
setLastSerializedState(
::EntityContext
& entity, ::std::string
const
& currentSerializedState);
22
// NOLINTEND
23
};
EntityContext
Definition
EntityContext.h:17
EntityStorageKeySystem
Definition
EntityStorageKeySystem.h:10
src
mc
entity
systems
EntityStorageKeySystem.h
Generated on
for LeviLamina by
1.16.1