Skip to content

Commit 30b46d2

Browse files
committed
song
1 parent 5e8efa3 commit 30b46d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/resources/server/song.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ A song is a resource from newgrounds that people can sync their levels to, and i
1010
|-----|---------------------------|----------------------------------------------|--------------------------------------------------------------------------
1111
| 1 | ID | **number** | The ID of the song on Newgrounds
1212
| 2 | Name | **string** | The name of the song
13-
| 3 | ArtistID | **number** | Unknown
13+
| 3 | ArtistID | **number** | Newgrounds ArtistID
1414
| 4 | Artist Name | **string** | The name of the artist who made the song
1515
| 5 | Size | **number** | Size of the song in MB, rounded to two decimal places
16-
| 6 | Unknown | **unknown** | Always empty
16+
| 6 | Video YT ID | **string** | the Video ID for the songs YouTube Video
1717
| 7 | Youtube URL | **string** | The URL of the newgrounds user's youtube channel
18-
| 8 | unknown | **bool** | Either 0 or 1 -> the game does not have any checks for this internally so this is likely unused
18+
| 8 | [unused] | **bool** | Either 0 or 1 -> the game does not have any checks for this internally so this is likely unused
1919
| 10 | Link | **string** | Link to the song's mp3

0 commit comments

Comments
 (0)