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

◆ XslFlags

Enumerator
None 
String 
Number 
Boolean 
Node 
Nodeset 
Rtf 
TypeFilter 
AnyType 
Current 
Position 
Last 
FocusFilter 
FullFocus 
HasCalls 
MayBeDefault 
SideEffects 
Stop 

Definition at line 4 of file XslFlags.cs.

5{
6 None = 0,
7 String = 1,
8 Number = 2,
9 Boolean = 4,
10 Node = 8,
11 Nodeset = 0x10,
12 Rtf = 0x20,
13 TypeFilter = 0x3F,
14 AnyType = 0x3F,
15 Current = 0x100,
16 Position = 0x200,
17 Last = 0x400,
18 FocusFilter = 0x700,
19 FullFocus = 0x700,
20 HasCalls = 0x1000,
21 MayBeDefault = 0x2000,
22 SideEffects = 0x4000,
23 Stop = 0x8000
24}