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

◆ IsConstant()

override bool System.Data.AggregateNode.IsConstant ( )
inlinepackage

Definition at line 214 of file AggregateNode.cs.

215 {
216 return false;
217 }