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

◆ XPathResultType

Enumerator
Number 
String 
Boolean 
NodeSet 
Navigator 
Any 
Error 

Definition at line 3 of file XPathResultType.cs.

4{
5 Number = 0,
6 String = 1,
7 Boolean = 2,
8 NodeSet = 3,
9 Navigator = 1,
10 Any = 5,
11 Error = 6
12}