Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ToUInt16()
[1/19]
static ushort System.Convert.ToUInt16
(
bool
value
)
inline
static
Definition at line
1197
of file
Convert.cs
.
1198
{
1199
if
(!
value
)
1200
{
1201
return
0;
1202
}
1203
return
1;
1204
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
Convert
Generated by
1.10.0