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

◆ HasRemoteAggregate()

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

Definition at line 215 of file FunctionNode.cs.

216 {
217 for (int i = 0; i < _argumentCount; i++)
218 {
220 {
221 return true;
222 }
223 }
224 return false;
225 }
override bool HasRemoteAggregate()
ExpressionNode[] _arguments

References System.Data.FunctionNode._argumentCount, System.Data.FunctionNode._arguments, and System.Data.FunctionNode.HasRemoteAggregate().

Referenced by System.Data.FunctionNode.HasRemoteAggregate().