Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Get< T >()
[1/2]
void
Terraria.IO.Preferences.Get< T >
(
string
name
,
ref
T
currentValue
)
inline
Definition at line
222
of file
Preferences.cs
.
223
{
224
currentValue = Get(name, currentValue);
225
}
Terraria
IO
Preferences
Generated by
1.10.0