public bool GetBool(string name) { IMGEntry e = GetChild(name); if (e == null) { return(false); } return(e.GetBool()); }