Skip to content

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

MemberTypeDescription
descriptionstringA short description of the medal.
difficultynumberThe difficulty id of the medal.
iconstringThe URL for the medal’s icon.
idnumberThe numeric ID of the medal.
namestringThe name of the medal.
secretbooleanIndicates if the medal is secret.
unlockedbooleanIndicates if the medal is unlocked.
valuenumberThe medal’s point value.

Source

newgrounds.d.ts:37