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

◆ IsTableConstant()

override bool System.Data.UnaryNode.IsTableConstant ( )
inlinepackage

Definition at line 119 of file UnaryNode.cs.

120 {
121 return _right.IsTableConstant();
122 }
ExpressionNode _right
Definition UnaryNode.cs:12

References System.Data.UnaryNode._right, and System.Data.ExpressionNode.IsTableConstant().