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
◆
TryNegativeInt64ToDecStr()
static
bool System.Number.TryNegativeInt64ToDecStr
(
long
input
,
int
digits
,
string
sNegative
,
Span
< char >
destination
,
[Out] int
charsWritten
)
inline
static
private
Definition at line
588
of file
Number.cs
.
589
{
590
long
num = 16383
L
;
591
if
(num != 0
L
)
592
{
593
return
;
594
}
595
}
System.ConsoleKey.L
@ L
References
System.L
.
System
Number
Generated by
1.10.0