OutfitSource
Filters which outfits are returned by AvatarEditorService:GetOutfitsAsync() based on how they were obtained.
Items 3
| History | Name | Value | Description | |
|---|---|---|---|---|
| 481 | All | 1 | Return all outfits regardless of whether they were created or purchased. | |
| 481 | Created | 2 | Return only outfits that the user created themselves (editable outfits). | |
| 481 | Purchased | 3 | Return only outfits that the user purchased (non-editable outfits). |
Description
Specifies whether AvatarEditorService:GetOutfitsAsync() should return
all of a user's outfits, only outfits the user created themselves, or only
outfits the user purchased. Pass this value as the outfitSource parameter of
AvatarEditorService:GetOutfitsAsync().