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

◆ HasRemoteAggregate()

override bool System.Data.UnaryNode.HasRemoteAggregate ( )
inlinepackage

Definition at line 129 of file UnaryNode.cs.

130 {
131 return _right.HasRemoteAggregate();
132 }
ExpressionNode _right
Definition UnaryNode.cs:12

References System.Data.UnaryNode._right, and System.Data.ExpressionNode.HasRemoteAggregate().