-
Notifications
You must be signed in to change notification settings - Fork 0
newgroundsiodotnet.components.requests.cloudsave.cloudsaveloadmanyslotsrequest
GlitchyPSIX edited this page Mar 30, 2025
·
4 revisions
Namespace: NewgroundsIODotNet.Components.Requests.CloudSave
Request to load save slots from an app.
public class CloudSaveLoadManySlotsRequest : NewgroundsIODotNet.Components.Interfaces.INgioComponentRequestInheritance Object → CloudSaveLoadManySlotsRequest
Implements INgioComponentRequest
public string Component { get; }public bool RequiresSecureCall { get; }public Dictionary<string, object> Parameters { get; }public object Echo { get; set; }App ID to load save slots from. Set to null to use the current app.
public string AppId { get; set; }Use this constructor only if you know what you're doing.
public CloudSaveLoadManySlotsRequest(Dictionary<string, object> parameters, object echo)parameters Dictionary<String, Object>
Manually provided component parameters
echo Object
NGIO Echo response
public CloudSaveLoadManySlotsRequest(string appId)appId String