コード例 #1
0
        public override bool SetPropertyString(AFIDENTID self, string strPropertyName, string strValue)
        {
            if (mhtObject.ContainsKey(self))
            {
                AFIObject xGameObject = (AFIObject)mhtObject[self];
                return(xGameObject.SetPropertyString(strPropertyName, strValue));
            }

            return(false);
        }