Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator!=()
static
bool
Terraria.DataStructures.PlacementHook.operator!=
(
PlacementHook
first
,
PlacementHook
second
)
inline
static
Definition at line
36
of file
PlacementHook.cs
.
37
{
38
if
(!(
first
.hook !=
second
.hook) &&
first
.badResponse ==
second
.badResponse &&
first
.badReturn ==
second
.badReturn)
39
{
40
return
first.processedCoordinates !=
second
.processedCoordinates;
41
}
42
return
true
;
43
}
System.Linq.ExceptionArgument.first
@ first
System.Linq.ExceptionArgument.second
@ second
Terraria
DataStructures
PlacementHook
Generated by
1.10.0