LeviLamina
Loading...
Searching...
No Matches
TextObjectLocalizedText.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/textobject/ITextObject.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
struct
ResolveData
;
11
namespace
Json {
class
Value; }
12
// clang-format on
13
14
class
TextObjectLocalizedText
:
public
::ITextObject
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::UntypedStorage<8, 32>
mUnkbecb4b;
19
// NOLINTEND
20
21
public
:
22
// prevent constructor by default
23
TextObjectLocalizedText
& operator=(
TextObjectLocalizedText
const
&);
24
TextObjectLocalizedText
(
TextObjectLocalizedText
const
&);
25
TextObjectLocalizedText
();
26
27
public
:
28
// virtual functions
29
// NOLINTBEGIN
30
// vIndex: 1
31
virtual ::std::string asString()
const
/*override*/
;
32
33
// vIndex: 2
34
virtual ::Json::Value asJsonValue()
const
/*override*/
;
35
36
// vIndex: 3
37
virtual ::Json::Value resolve(
::ResolveData
const
& resolveData)
const
/*override*/
;
38
39
// vIndex: 0
40
virtual
~TextObjectLocalizedText
()
/*override*/
=
default
;
41
// NOLINTEND
42
43
public
:
44
// virtual function thunks
45
// NOLINTBEGIN
46
MCNAPI ::std::string
$asString
()
const
;
47
48
MCNAPI ::Json::Value
$asJsonValue
()
const
;
49
50
MCNAPI ::Json::Value
$resolve
(
::ResolveData
const
& resolveData)
const
;
51
// NOLINTEND
52
53
public
:
54
// vftables
55
// NOLINTBEGIN
56
MCNAPI
static
void
**
$vftable
();
57
// NOLINTEND
58
};
ITextObject
Definition
ITextObject.h:11
TextObjectLocalizedText
Definition
TextObjectLocalizedText.h:14
TextObjectLocalizedText::$vftable
static MCAPI void ** $vftable()
TextObjectLocalizedText::$asJsonValue
MCAPI::Json::Value $asJsonValue() const
TextObjectLocalizedText::$resolve
MCAPI::Json::Value $resolve(::ResolveData const &resolveData) const
TextObjectLocalizedText::$asString
MCAPI::std::string $asString() const
ResolveData
Definition
ResolveData.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
textobject
TextObjectLocalizedText.h
Generated on Fri Jun 13 2025 05:04:54 for LeviLamina by
1.12.0