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

◆ Failed() [2/2]

static bool Microsoft.Xna.Framework.Helpers.Failed ( int error)
inlinestatic

Definition at line 33 of file Helpers.cs.

34 {
35 return error < 0;
36 }