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

◆ HasLocalAggregate()

bool System.Data.DataExpression.HasLocalAggregate ( )
inlinepackage

Definition at line 207 of file DataExpression.cs.

208 {
209 if (_expr != null)
210 {
211 return _expr.HasLocalAggregate();
212 }
213 return false;
214 }

References System.Data.DataExpression._expr, and System.Data.ExpressionNode.HasLocalAggregate().

Referenced by System.Data.NameNode.HasLocalAggregate().