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

◆ ToInt16() [1/19]

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

Definition at line 1056 of file Convert.cs.

1057 {
1058 if (!value)
1059 {
1060 return 0;
1061 }
1062 return 1;
1063 }

References System.value.