Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Succeeded()
[1/2]
static
bool
Microsoft.Xna.Framework.Helpers.Succeeded
(
ErrorCodes
error
)
inline
static
Definition at line
28
of file
Helpers.cs
.
29
{
30
return
(
int
)error >= 0;
31
}
Microsoft
Xna
Framework
Helpers
Generated by
1.10.0