Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ToInt16()
[1/19]
static
short
System.Convert.ToInt16
(
bool
value
)
inline
static
Definition at line
1056
of file
Convert.cs
.
1057
{
1058
if
(!
value
)
1059
{
1060
return
0;
1061
}
1062
return
1;
1063
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
Convert
Generated by
1.10.0