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)
inlinestatic

Definition at line 28 of file Helpers.cs.

29 {
30 return (int)error >= 0;
31 }