/// <summary> /// Get progress of all modified achievements. /// </summary> /// <returns></returns> public static PXR_Request <PXR_AchievementProgressList> GetAllProgress() { if (PXR_AchievementCore.IsInitialized()) { return(new PXR_Request <PXR_AchievementProgressList>(PXR_AchievementAPI.UPxr_AchievementsGetAllProgress())); } return(null); }