LeviLamina
Loading...
Searching...
No Matches
ILocalizationDictionary.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
ILocalizationDictionary
{
6
public
:
7
// member variables
8
// NOLINTBEGIN
9
::ll::UntypedStorage<8, 32>
mUnkb4c555;
10
::ll::UntypedStorage<8, 8>
mUnkb9ff6d;
11
::ll::UntypedStorage<8, 32>
mUnk9f708b;
12
// NOLINTEND
13
14
public
:
15
// prevent constructor by default
16
ILocalizationDictionary
& operator=(
ILocalizationDictionary
const
&);
17
ILocalizationDictionary
(
ILocalizationDictionary
const
&);
18
ILocalizationDictionary
();
19
20
public
:
21
// virtual functions
22
// NOLINTBEGIN
23
// vIndex: 0
24
virtual
~ILocalizationDictionary
() =
default
;
25
26
// vIndex: 1
27
virtual ::std::string getLocString(::std::string
const
&)
const
= 0;
28
29
// vIndex: 2
30
virtual
bool
isLocalizationReady()
const
= 0;
31
32
// vIndex: 3
33
virtual
void
_updateLoc() = 0;
34
// NOLINTEND
35
36
public
:
37
// destructor thunk
38
// NOLINTBEGIN
39
40
// NOLINTEND
41
42
public
:
43
// virtual function thunks
44
// NOLINTBEGIN
45
46
// NOLINTEND
47
};
ILocalizationDictionary
Definition
ILocalizationDictionary.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
util
localization
ILocalizationDictionary.h
Generated on Sat Apr 26 2025 05:55:59 for LeviLamina by
1.12.0