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

◆ IsConstant()

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

Definition at line 44 of file ZeroOpNode.cs.

45 {
46 return true;
47 }