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

◆ BackwardCompatibility

bool System.Xml.Xsl.Xslt.CompilerScopeManager< V >.BackwardCompatibility
getset

Definition at line 88 of file CompilerScopeManager.cs.

89 {
90 get
91 {
92 return (_records[_lastRecord].flags & ScopeFlags.BackwardCompatibility) != 0;
93 }
94 set
95 {
96 SetFlag(ScopeFlags.BackwardCompatibility, value);
97 }
98 }
void SetFlag(ScopeFlags flag, bool value)