Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
HasNaNs()
static
bool
Terraria.Utils.HasNaNs
(
this
Vector2
vec
)
inline
static
Definition at line
1176
of file
Utils.cs
.
1177
{
1178
if
(!
float
.IsNaN(
vec
.X))
1179
{
1180
return
float
.IsNaN(
vec
.Y);
1181
}
1182
return
true
;
1183
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
Terraria
Utils
Generated by
1.10.0