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

◆ ToUInt16() [6/15]

static ushort System.Convert.ToUInt16 ( float value)
inlinestatic

Definition at line 1374 of file Convert.cs.

1375 {
1376 if (!true)
1377 {
1378 }
1379 return Convert.ToUInt16((double)value);
1380 }
static ushort ToUInt16(object value, IFormatProvider provider)
Definition Convert.cs:1195

References System.Convert.ToUInt16(), and System.value.