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

◆ HasErrors

bool System.Data.DataError.HasErrors
getpackage

Definition at line 33 of file DataError.cs.

34 {
35 get
36 {
37 if (_rowError.Length == 0)
38 {
39 return _count != 0;
40 }
41 return true;
42 }
43 }