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

◆ ForwardCompatibility

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

Definition at line 76 of file CompilerScopeManager.cs.

77 {
78 get
79 {
80 return (_records[_lastRecord].flags & ScopeFlags.ForwardCompatibility) != 0;
81 }
82 set
83 {
84 SetFlag(ScopeFlags.ForwardCompatibility, value);
85 }
86 }
void SetFlag(ScopeFlags flag, bool value)