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

◆ _scriptAttributes

readonly XsltInput.XsltAttribute [] System.Xml.Xsl.Xslt.XsltLoader._scriptAttributes
private
Initial value:
= new XsltInput.XsltAttribute[2]
{
new XsltInput.XsltAttribute("implements-prefix", V1Req | V2Req),
new XsltInput.XsltAttribute("language", V1Opt | V2Opt)
}

Definition at line 129 of file XsltLoader.cs.

130 {
131 new XsltInput.XsltAttribute("implements-prefix", V1Req | V2Req),
132 new XsltInput.XsltAttribute("language", V1Opt | V2Opt)
133 };

Referenced by System.Xml.Xsl.Xslt.XsltLoader.AtomizeAttributes(), and System.Xml.Xsl.Xslt.XsltLoader.LoadMsScript().