Пример #1
0
        // Unlock fields of a BITFIELD acheivement. "fields" is a string containing either
        // '0' or '1' characters. Every '1' will unlock the field in the corresponding position.
        public static Request AddFields(string name, string fields)
        {
            if (Core.IsInitialized())
            {
                return(new Request(CAPI.ovr_Achievements_AddFields(name, fields)));
            }

            return(null);
        }