public override bool SetPropertyFloat(NFGUID self, string strPropertyName, double fValue) { if (mhtObject.ContainsKey(self)) { NFIObject xGameObject = (NFIObject)mhtObject[self]; return(xGameObject.SetPropertyFloat(strPropertyName, fValue)); } return(false); }