terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
PlainTagHandler.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
using
Microsoft.Xna.Framework.Graphics
;
4
using
Terraria.UI.Chat
;
5
6
namespace
Terraria.GameContent.UI.Chat
7
{
8
// Token: 0x02000AE2 RID: 2786
9
public
class
PlainTagHandler
:
ITagHandler
10
{
11
// Token: 0x060051E8 RID: 20968 RVA: 0x000021DB File Offset: 0x000003DB
12
TextSnippet
ITagHandler
.
Parse
(
string
text
,
Color
baseColor
,
string
options
)
13
{
14
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
15
}
16
17
// Token: 0x060051E9 RID: 20969 RVA: 0x00281D6C File Offset: 0x0027FF6C
18
public
PlainTagHandler
()
19
{
20
}
21
22
// Token: 0x02000AE3 RID: 2787
23
public
class
PlainSnippet
:
TextSnippet
24
{
25
// Token: 0x060051EA RID: 20970 RVA: 0x00281D80 File Offset: 0x0027FF80
26
public
PlainSnippet
(
string
text
=
""
)
27
:
base
(
text
)
28
{
29
}
30
31
// Token: 0x060051EB RID: 20971 RVA: 0x00281D94 File Offset: 0x0027FF94
32
public
PlainSnippet
(
string
text
,
Color
color,
float
scale = 1f)
33
:
base
(
text
, color, scale)
34
{
35
}
36
37
// Token: 0x060051EC RID: 20972 RVA: 0x00281DAC File Offset: 0x0027FFAC
38
public
override
Color
GetVisibleColor
()
39
{
40
Color
color = this.
Color
;
41
Color
color2
;
42
return
color2
;
43
}
44
}
45
}
46
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
Terraria.GameContent.UI.Chat.PlainTagHandler.PlainSnippet.PlainSnippet
PlainSnippet(string text="")
Definition
PlainTagHandler.cs:26
Terraria.GameContent.UI.Chat.PlainTagHandler.PlainSnippet.PlainSnippet
PlainSnippet(string text, Color color, float scale=1f)
Definition
PlainTagHandler.cs:32
Terraria.GameContent.UI.Chat.PlainTagHandler.PlainSnippet.GetVisibleColor
override Color GetVisibleColor()
Definition
PlainTagHandler.cs:38
Terraria.GameContent.UI.Chat.PlainTagHandler.PlainSnippet
Definition
PlainTagHandler.cs:24
Terraria.GameContent.UI.Chat.PlainTagHandler.PlainTagHandler
PlainTagHandler()
Definition
PlainTagHandler.cs:18
Terraria.GameContent.UI.Chat.PlainTagHandler
Definition
PlainTagHandler.cs:10
Terraria.UI.Chat.TextSnippet.Color
Color Color
Definition
TextSnippet.cs:138
Terraria.UI.Chat.TextSnippet
Definition
TextSnippet.cs:10
Terraria.UI.Chat.ITagHandler.Parse
TextSnippet Parse(string text, [Optional] Color baseColor, [Optional] string options)
Terraria.UI.Chat.ITagHandler
Definition
ITagHandler.cs:9
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
Microsoft.Xna.Framework.Graphics
Definition
Blend.cs:4
System.ExceptionArgument.text
@ text
System.ExceptionArgument.options
@ options
System
Definition
__ComObject.cs:4
Terraria.GameContent.UI.Chat
Definition
AchievementTagHandler.cs:8
Terraria.UI.Chat
Definition
ChatLine.cs:6
Microsoft.Xna.Framework.Graphics.Color
Definition
Color.cs:12
source
Terraria
GameContent
UI
Chat
PlainTagHandler.cs
Generated by
1.10.0