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

◆ XmlNodeKindFlags

Enumerator
None 
Document 
Element 
Attribute 
Text 
Comment 
PI 
Namespace 
Content 
Any 

Definition at line 4 of file XmlNodeKindFlags.cs.

5{
6 None = 0,
7 Document = 1,
8 Element = 2,
9 Attribute = 4,
10 Text = 8,
11 Comment = 0x10,
12 PI = 0x20,
13 Namespace = 0x40,
14 Content = 0x3A,
15 Any = 0x7F
16}