Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
s_posCurrencyFormats
readonly
string
[] System.Number.s_posCurrencyFormats = new
string
[4] { "$#", "#$", "$ #", "# $" }
static
private
Definition at line
1235
of file
Number.cs
.
1235
{
"$#"
,
"#$"
,
"$ #"
,
"# $"
};
Referenced by
System.Number.FormatCurrency()
.
System
Number
Generated by
1.10.0