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

◆ IsConstant()

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

Definition at line 114 of file UnaryNode.cs.

115 {
116 return _right.IsConstant();
117 }
ExpressionNode _right
Definition UnaryNode.cs:12

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

Referenced by System.Data.UnaryNode.Optimize().