Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsInRange()
[2/2]
static
bool
System.Char.IsInRange
(
UnicodeCategory
c
,
UnicodeCategory
min
,
UnicodeCategory
max
)
inline
static
private
Definition at line
196
of file
Char.cs
.
197
{
198
return
(uint)(c - min) <= (uint)(max - min);
199
}
System
Char
Generated by
1.10.0