Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
MakeLoopAtomic()
void
System.Text.RegularExpressions.RegexNode.MakeLoopAtomic
(
)
inline
private
Definition at line
79
of file
RegexNode.cs
.
80
{
81
switch
(
Type
)
82
{
83
case
3:
84
Type
= 43;
85
break
;
86
case
4:
87
Type
= 44;
88
break
;
89
default
:
90
Type
= 45;
91
break
;
92
}
93
}
System.Text.RegularExpressions.RegexNode.Type
int Type
Definition
RegexNode.cs:13
System
Text
RegularExpressions
RegexNode
Generated by
1.10.0