LeviLamina
Loading...
Searching...
No Matches
TextObjectLocalizedTextWithParams.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
10struct ResolveData;
11namespace Json { class Value; }
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 // vIndex: 1
32 virtual ::std::string asString() const /*override*/;
33
34 // vIndex: 2
35 virtual ::Json::Value asJsonValue() const /*override*/;
36
37 // vIndex: 3
38 virtual ::Json::Value resolve(::ResolveData const& resolveData) const /*override*/;
39
40 // vIndex: 0
41 virtual ~TextObjectLocalizedTextWithParams() /*override*/ = default;
42 // NOLINTEND
43
44public:
45 // member functions
46 // NOLINTBEGIN
47 MCAPI TextObjectLocalizedTextWithParams(::std::string text, ::std::vector<::std::string> const& params);
48 // NOLINTEND
49
50public:
51 // constructor thunks
52 // NOLINTBEGIN
53 MCAPI void* $ctor(::std::string text, ::std::vector<::std::string> const& params);
54 // NOLINTEND
55
56public:
57 // destructor thunk
58 // NOLINTBEGIN
59
60 // NOLINTEND
61
62public:
63 // virtual function thunks
64 // NOLINTBEGIN
65 MCAPI ::std::string $asString() const;
66
67 MCAPI ::Json::Value $asJsonValue() const;
68
69 MCAPI ::Json::Value $resolve(::ResolveData const& resolveData) const;
70 // NOLINTEND
71
72public:
73 // vftables
74 // NOLINTBEGIN
75 MCAPI static void** $vftable();
76 // NOLINTEND
77};
Definition ITextObject.h:11
Definition TextObjectLocalizedTextWithParams.h:14
Definition ResolveData.h:5
Definition Alias.h:14