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

◆ NodePeek()

ExpressionNode System.Data.ExpressionParser.NodePeek ( )
inlineprivate

Definition at line 428 of file ExpressionParser.cs.

429 {
430 if (_topNode <= 0)
431 {
432 return null;
433 }
434 return _nodeStack[_topNode - 1];
435 }

References System.Data.ExpressionParser._nodeStack, and System.Data.ExpressionParser._topNode.

Referenced by System.Data.ExpressionParser.Parse().