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

◆ toBoolean() [2/3]

static bool MS.Internal.Xml.XPath.BooleanFunctions.toBoolean ( string str)
inlinestaticpackage

Definition at line 58 of file BooleanFunctions.cs.

59 {
60 return str.Length > 0;
61 }