Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Props
enum
MS.Internal.Xml.XPath.QueryBuilder.Props
private
Enumerator
None
PosFilter
HasPosition
HasLast
NonFlat
Definition at line
17
of file
QueryBuilder.cs
.
18
{
19
None
= 0,
20
PosFilter
= 1,
21
HasPosition
= 2,
22
HasLast
= 4,
23
NonFlat
= 8
24
}
MS.Internal.Xml.XPath.QueryBuilder.Flags.None
@ None
MS.Internal.Xml.XPath.QueryBuilder.Flags.PosFilter
@ PosFilter
MS.Internal.Xml.XPath.QueryBuilder.Props.NonFlat
@ NonFlat
MS.Internal.Xml.XPath.QueryBuilder.Props.HasPosition
@ HasPosition
MS.Internal.Xml.XPath.QueryBuilder.Props.HasLast
@ HasLast
MS
Internal
Xml
XPath
QueryBuilder
Generated by
1.10.0