public float GetFloat(string name) { IMGEntry e = GetChild(name); if (e == null) { return(0); } return(e.GetFloat()); }