-
Notifications
You must be signed in to change notification settings - Fork 0
newgroundsiodotnet.ngioserverresponse
GlitchyPSIX edited this page Mar 30, 2025
·
4 revisions
Namespace: NewgroundsIODotNet
public class NgioServerResponse
Inheritance Object → NgioServerResponse
public string AppId { get; set; }
public bool Success { get; set; }
public Nullable<NgioServerError> Error { get; set; }
public Nullable<Debug> Debug { get; set; }
public string Echo { get; set; }
public INgioComponentResponse[] Results { get; set; }
public string ApiVersion { get; set; }
NgioServerResponse(String, Boolean, Nullable<NgioServerError>, String, INgioComponentResponse[], String, Nullable<Debug>)
public NgioServerResponse(string appId, bool success, Nullable<NgioServerError> error, string echo, INgioComponentResponse[] results, string apiVersion, Nullable<Debug> debug)
appId
String
success
Boolean
error
Nullable<NgioServerError>
echo
String
results
INgioComponentResponse[]
apiVersion
String
debug
Nullable<Debug>
public T GetComponentResult<T>()
T
T