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

◆ Aggregate

FunctionId System.Data.FunctionNode.Aggregate
getpackage

Definition at line 41 of file FunctionNode.cs.

42 {
43 get
44 {
45 if (IsAggregate)
46 {
47 return s_funcs[_info]._id;
48 }
49 return FunctionId.none;
50 }
51 }
static readonly Function[] s_funcs