Example #1
0
        public override bool SetRecordFloat(AFIDENTID self, string strRecordName, int nRow, int nCol, float fValue)
        {
            if (mhtObject.ContainsKey(self))
            {
                AFIObject xGameObject = (AFIObject)mhtObject[self];
                return(xGameObject.SetRecordFloat(strRecordName, nRow, nCol, fValue));
            }

            return(false);
        }