-
Notifications
You must be signed in to change notification settings - Fork 3
NewgroundsIO.objects.Debug
PsychoGoldfishNG edited this page Aug 18, 2022
·
16 revisions
File: /objects/Debug.cs
Extends: NewgroundsIO.BaseObject
Contains extra debugging information.
Type: (string)
The time, in milliseconds, that it took to execute a request.
Type: (NewgroundsIO.objects.Request)
A copy of the request object that was posted to the server.
constructor Debug()
NewgroundsIO.objects.Debug clone(NewgroundsIO.objects.Debug cloneTo = null)
Clones the properties of this object to another (or new) object.
Parameters:
-
cloneTo (NewgroundsIO.objects.Debug)
An object to clone properties to. If null, a new instance will be created.
Returns NewgroundsIO.objects.Debug
The object that was cloned to.