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

◆ ToInt32() [6/16]

static int System.Convert.ToInt32 ( float value)
inlinestatic

Definition at line 1531 of file Convert.cs.

1532 {
1533 if (!true)
1534 {
1535 }
1536 return Convert.ToInt32((double)value);
1537 }
static int ToInt32(object value)
Definition Convert.cs:1412

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