Medal
Medal: {
description:string;difficulty:number;icon:string;id:number;name:string;secret:boolean;unlocked:boolean;value:number; }
Contains information about a medal.
Type declaration
| Member | Type | Description |
|---|---|---|
description | string | A short description of the medal. |
difficulty | number | The difficulty id of the medal. |
icon | string | The URL for the medal’s icon. |
id | number | The numeric ID of the medal. |
name | string | The name of the medal. |
secret | boolean | Indicates if the medal is secret. |
unlocked | boolean | Indicates if the medal is unlocked. |
value | number | The medal’s point value. |
Source
newgrounds.d.ts:37