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

◆ ToInt32() [1/19]

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

Definition at line 1338 of file Convert.cs.

1339 {
1340 if (!value)
1341 {
1342 return 0;
1343 }
1344 return 1;
1345 }

References System.value.