BadgeService

extends Instance

Class fields

FieldXML typeValue
NamestringBadgeService

Functions

6
SetAwardBadgeUrl
(url: string) → void
FieldXML typeValue
NamestringSetAwardBadgeUrl
SetHasBadgeCooldown
(seconds: int) → void
FieldXML typeValue
NamestringSetHasBadgeCooldown
SetHasBadgeUrl
(url: string) → void
FieldXML typeValue
NamestringSetHasBadgeUrl
SetIsBadgeDisabledUrl
(url: string) → void
FieldXML typeValue
NamestringSetIsBadgeDisabledUrl
SetIsBadgeLegalUrl
(url: string) → void
FieldXML typeValue
NamestringSetIsBadgeLegalUrl
SetPlaceId
(placeId: int) → void
FieldXML typeValue
NamestringSetPlaceId

Yield functions

4
AwardBadge
(userId: int, badgeId: int) → bool
FieldXML typeValue
NamestringAwardBadge
IsDisabled
(badgeId: int) → bool
FieldXML typeValue
NamestringIsDisabled
IsLegal
(badgeId: int) → bool
FieldXML typeValue
NamestringIsLegal
UserHasBadge
(userId: int, badgeId: int) → bool
FieldXML typeValue
NamestringUserHasBadge

Events

1
BadgeAwarded
(message: string, userId: int, badgeId: int) → void
FieldXML typeValue
NamestringBadgeAwarded