SetPlaceId (Function): Difference between revisions
From Goodblox Wiki
Jump to navigationJump to search
(created the page) |
mNo edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{CatUp|Functions}} | {{CatUp|Functions}} | ||
{{ | {{Locked}} | ||
There is a special function for DataModel. | |||
<onlyinclude>{{Function| | <onlyinclude>{{Function| | ||
name = SetPlaceID | name = SetPlaceID | ||
Line 10: | Line 10: | ||
}}</onlyinclude> | }}</onlyinclude> | ||
There is a special function for BadgeService. | |||
<onlyinclude>{{Function| | <onlyinclude>{{Function| | ||
name = SetPlaceId | name = SetPlaceId | ||
Line 17: | Line 18: | ||
|object = [[GBX.lua.BadgeService (Service)|BadgeService]] | |object = [[GBX.lua.BadgeService (Service)|BadgeService]] | ||
}}</onlyinclude> | }}</onlyinclude> | ||
[[Category:Functions]] |
Latest revision as of 20:52, 23 September 2021
Locked: This item is locked. Attempting to use it will cause an error.
There is a special function for DataModel.
Function | |
---|---|
Syntax | SetPlaceID( Integer placeId ) |
Returns | n/a |
Description: | Sets the DataModel's PlaceId to placeId. |
In Object: | DataModel |
There is a special function for BadgeService.
Function | |
---|---|
Syntax | SetPlaceId( Integer placeId, Bool robloxPlace = false ) |
Returns | n/a |
Description: | Sets the DataModel's PlaceId to placeId. |
In Object: | BadgeService |