Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
QilNodeType.cs
Go to the documentation of this file.
1namespace System.Xml.Xsl.Qil;
2
3internal enum QilNodeType
4{
14 Unknown,
16 Nop,
17 Error,
18 Warning,
19 For,
20 Let,
23 True,
24 False,
33 And,
34 Or,
35 Not,
37 Choice,
38 Length,
40 Union,
43 Average,
44 Sum,
45 Minimum,
46 Maximum,
47 Negate,
48 Add,
51 Divide,
52 Modulo,
56 Ne,
57 Eq,
58 Gt,
59 Ge,
60 Lt,
61 Le,
62 Is,
63 After,
64 Before,
65 Loop,
66 Filter,
67 Sort,
68 SortKey,
71 Invoke,
72 Content,
74 Parent,
75 Root,
85 Deref,
89 PICtor,
94 RtfCtor,
95 NameOf,
100 IsType,
101 IsEmpty,
109 XsltCopy,
112}