Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
PrettyPrintProfilesOld()
static
void
Terraria.GameInput.PlayerInput.PrettyPrintProfilesOld
(
ref
string
text
)
inline
static
Definition at line
1786
of file
PlayerInput.cs
.
1787
{
1788
text
=
text
.Replace(
": {\r\n "
,
": \r\n {\r\n "
);
1789
text
=
text
.Replace(
"[\r\n "
,
"["
);
1790
text
=
text
.Replace(
"\"\r\n "
,
"\""
);
1791
text
=
text
.Replace(
"\",\r\n "
,
"\", "
);
1792
text
=
text
.Replace(
"\r\n ]"
,
"]"
);
1793
}
System.ExceptionArgument.text
@ text
References
System.text
.
Terraria
GameInput
PlayerInput
Generated by
1.10.0