Skip to content

SaveSlot

SaveSlot: {datetime: string;id: number;size: number;timestamp: number;url: string | null; }

Contains information about a CloudSave slot.

Type declaration

MemberTypeDescription
datetimestringA date and time (in ISO 8601 format) representing when this slot was last saved.
idnumberThe slot number.
sizenumberThe size of the save data in bytes.
timestampnumberA unix timestamp representing when this slot was last saved.
urlstring | nullThe URL containing the actual save data for this slot, or null if this slot has no data.

Source

newgrounds.d.ts:109