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

◆ IsTableAggregate()

bool System.Data.DataExpression.IsTableAggregate ( )
inlinepackage

Definition at line 193 of file DataExpression.cs.

194 {
195 if (_expr != null)
196 {
197 return _expr.IsTableConstant();
198 }
199 return false;
200 }

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

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