Skip to content

NewgroundsIO.objects.Debug

PsychoGoldfishNG edited this page Aug 18, 2022 · 16 revisions

File: /objects/Debug.cs
Extends: NewgroundsIO.BaseObject
Contains extra debugging information.

Public Properties

exec_time

Type: (string)
The time, in milliseconds, that it took to execute a request.

request

Type: (NewgroundsIO.objects.Request)
A copy of the request object that was posted to the server.

Public Methods

Debug

constructor Debug()

clone

NewgroundsIO.objects.Debug clone(NewgroundsIO.objects.Debug cloneTo = null)

Clones the properties of this object to another (or new) object.

Parameters:

Returns NewgroundsIO.objects.Debug
The object that was cloned to.

Clone this wiki locally