Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ToInt32() [17/19]

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

Definition at line 1375 of file Convert.cs.

1376 {
1377 if ((int)value < 0)
1378 {
1380 }
1381 return (int)value;
1382 }
static void ThrowInt32OverflowException()
Definition Convert.cs:485

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