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

◆ UseOptionR()

bool System.Text.RegularExpressions.RegexNode.UseOptionR ( )
inline

Definition at line 58 of file RegexNode.cs.

59 {
60 return (Options & RegexOptions.RightToLeft) != 0;
61 }

References System.Text.RegularExpressions.RegexNode.Options.

Referenced by System.Text.RegularExpressions.RegexNode.ReverseLeft().