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

◆ DebugGetGlobalValue()

IList System.Xml.Xsl.Runtime.XmlQueryRuntime.DebugGetGlobalValue ( string name)
inline

Definition at line 122 of file XmlQueryRuntime.cs.

123 {
124 for (int i = 0; i < _globalNames.Length; i++)
125 {
126 if (_globalNames[i] == name)
127 {
128 return (IList)_globalValues[i];
129 }
130 }
131 return null;
132 }

References System.Xml.Xsl.Runtime.XmlQueryRuntime._globalNames, and System.Xml.Xsl.Runtime.XmlQueryRuntime._globalValues.