Ejemplo n.º 1
0
        public void Reset_custom_field()
        {
            GDEDataManager.ResetToDefault(_key, custom_fieldKey);

            Dictionary <string, object> dict;

            GDEDataManager.Get(_key, out dict);

            string customDataKey;

            dict.TryGetString(custom_fieldKey, out customDataKey);

            GDEDataManager.DataDictionary.TryGetCustom(customDataKey, out _custom_field);
            custom_field = GDEDataManager.GetCustom(_key + "_" + custom_fieldKey, _custom_field);

            custom_field.ResetAll();
        }