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

◆ ToInt16() [6/15]

static short System.Convert.ToInt16 ( float value)
inlinestatic

Definition at line 1159 of file Convert.cs.

1160 {
1161 if (!true)
1162 {
1163 }
1164 return Convert.ToInt16((double)value);
1165 }
static short ToInt16(object value, IFormatProvider provider)
Definition Convert.cs:986

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