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

◆ IsConstant()

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

Definition at line 98 of file LookupNode.cs.

99 {
100 return false;
101 }