Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Op
enum
MS.Internal.Xml.XPath.Operator.Op
Enumerator
INVALID
OR
AND
EQ
NE
LT
LE
GT
GE
PLUS
MINUS
MUL
DIV
MOD
UNION
Definition at line
7
of file
Operator.cs
.
8
{
9
INVALID
,
10
OR
,
11
AND
,
12
EQ
,
13
NE
,
14
LT
,
15
LE
,
16
GT
,
17
GE
,
18
PLUS
,
19
MINUS
,
20
MUL
,
21
DIV
,
22
MOD
,
23
UNION
24
}
MS.Internal.Xml.XPath.Operator.Op.OR
@ OR
MS.Internal.Xml.XPath.Operator.Op.DIV
@ DIV
MS.Internal.Xml.XPath.Operator.Op.MUL
@ MUL
MS.Internal.Xml.XPath.Operator.Op.EQ
@ EQ
MS.Internal.Xml.XPath.Operator.Op.AND
@ AND
MS.Internal.Xml.XPath.Operator.Op.PLUS
@ PLUS
MS.Internal.Xml.XPath.Operator.Op.LT
@ LT
MS.Internal.Xml.XPath.Operator.Op.MOD
@ MOD
MS.Internal.Xml.XPath.Operator.Op.INVALID
@ INVALID
MS.Internal.Xml.XPath.Operator.Op.GT
@ GT
MS.Internal.Xml.XPath.Operator.Op.LE
@ LE
MS.Internal.Xml.XPath.Operator.Op.NE
@ NE
MS.Internal.Xml.XPath.Operator.Op.UNION
@ UNION
MS.Internal.Xml.XPath.Operator.Op.GE
@ GE
MS.Internal.Xml.XPath.Operator.Op.MINUS
@ MINUS
MS
Internal
Xml
XPath
Operator
Generated by
1.10.0