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