Beispiel #1
0
        public override bool SetPropertyDouble(AFIDENTID self, string strPropertyName, double dValue)
        {
            if (mhtObject.ContainsKey(self))
            {
                AFIObject xGameObject = (AFIObject)mhtObject[self];
                return(xGameObject.SetPropertyDouble(strPropertyName, dValue));
            }

            return(false);
        }