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

◆ ToInt64() [1/19]

static long System.Convert.ToInt64 ( bool value)
inlinestatic

Definition at line 1641 of file Convert.cs.

1642 {
1643 return value ? 1 : 0;
1644 }

References System.value.