Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator-()
[1/4]
static
short
ISubtractionOperators
<
short
,
short
,
short
>. System.Int16.operator-
(
short
left
,
short
right
)
inline
static
Definition at line
943
of file
Int16.cs
.
944
{
945
return
(
short
)(left - right);
946
}
System
Int16
Generated by
1.10.0