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

◆ IsTableConstant()

override bool System.Data.BinaryNode.IsTableConstant ( )
inlinepackageinherited

Definition at line 97 of file BinaryNode.cs.

98 {
100 {
101 return _right.IsTableConstant();
102 }
103 return false;
104 }
ExpressionNode _left
Definition BinaryNode.cs:51
ExpressionNode _right
Definition BinaryNode.cs:53

References System.Data.BinaryNode._left, System.Data.BinaryNode._right, and System.Data.ExpressionNode.IsTableConstant().