AwardBadge (Function): Difference between revisions
From Goodblox Wiki
Jump to navigationJump to search
(created the page) |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{CatUp|Functions}} | {{CatUp|Functions}} | ||
<onlyinclude>{{Function| | <onlyinclude>{{Function| | ||
name = AwardBadge | name = AwardBadge | ||
Line 8: | Line 7: | ||
|object = [[GBX.lua.BadgeService (Service)|BadgeService]] | |object = [[GBX.lua.BadgeService (Service)|BadgeService]] | ||
}}</onlyinclude> | }}</onlyinclude> | ||
[[Category:Functions]] |
Latest revision as of 20:37, 23 September 2021
Function | |
---|---|
Syntax | AwardBadge( Integer userId, Integer badgeId ) |
Returns | n/a |
Description: | Gives player with userId a badge with badgeId. |
In Object: | BadgeService |