ClothingIsWearingOutfit
Description
Detect which pre-made outfit the player is wearing.
For reference, all outfit names are defined in SCloth.lur, by the first argument of ClothingDefineOutfit
.
function ClothingIsWearingOutfit(outfit) --[[ ... ]] end
Parameters
outfit
:string
- Outfit name.
Return Values
...
Example
...