Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CustomSong

Information about a custom song

Hierarchy

  • CustomSong

Implements

Index

Properties

Private _creator

_creator: LevelCreator

The associated level's creator

author

author: SongAuthor

The song's author

id

id: number

The song's Newgrounds ID

isCustom

isCustom: true = true

name

name: string

size

size: { pretty: string; raw: number }

The size of the song

Type declaration

  • pretty: string

    The size of the song in a human-readable format

  • raw: number

    The raw number of bytes in the song. Note this may not be completely accurate.

url

url: string

The URL containing the raw audio file

Generated using TypeDoc