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

◆ CanHaveApplyImports

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

Definition at line 100 of file CompilerScopeManager.cs.

101 {
102 get
103 {
104 return (_records[_lastRecord].flags & ScopeFlags.CanHaveApplyImports) != 0;
105 }
106 set
107 {
108 SetFlag(ScopeFlags.CanHaveApplyImports, value);
109 }
110 }
void SetFlag(ScopeFlags flag, bool value)