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

◆ AllocateVariables()

void System.Xml.Xsl.XsltOld.ActionFrame.AllocateVariables ( int count)
inlinepackage

Definition at line 122 of file ActionFrame.cs.

123 {
124 if (0 < count)
125 {
126 _variables = new object[count];
127 }
128 else
129 {
130 _variables = null;
131 }
132 }

References System.Xml.Xsl.XsltOld.ActionFrame._variables, and System.count.

Referenced by System.Xml.Xsl.XsltOld.RootAction.Execute(), and System.Xml.Xsl.XsltOld.TemplateAction.Execute().