Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

ModIO.CacheClient.IterateAllModProfilesFromOffset

Jackson Wood edited this page Feb 20, 2019 · 1 revision

CacheClient.IterateAllModProfilesFromOffset

public static IEnumerable<ModProfile> IterateAllModProfilesFromOffset(int offset);

Parameters

Name Description
offset

Returns

IEnumerable<ModProfile>: Result of the function calculations

Description

Iterates through all of the mod profiles from the given offset.

Clone this wiki locally