Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Aggregate
FunctionId
System.Data.FunctionNode.Aggregate
get
package
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
}
System.Data.FunctionNode._info
readonly int _info
Definition
FunctionNode.cs:13
System.Data.FunctionNode.s_funcs
static readonly Function[] s_funcs
Definition
FunctionNode.cs:21
System.Data.FunctionNode.IsAggregate
bool IsAggregate
Definition
FunctionNode.cs:53
System.Data.FunctionId
FunctionId
Definition
FunctionId.cs:4
System
Data
FunctionNode
Generated by
1.10.0