Caveats
Parameters
boolabSleepOutfit=false
CK Wiki Description
Is this the sleep outfit or the default one?
- Default:False
Examples
; Set the prisoner's outfit to rags
Prisoner.SetOutfit(RagsOutfit); Set the prisoner's sleep outfit to rags too
Prisoner.SetOutfit(RagsOutfit, true)Auto-Generated Example
Outfit myOutfit__akOutfit
bool myBool__abSleepOutfit
myActor__toCallFunctionOn.SetOutfit(myOutfit__akOutfit, myBool__abSleepOutfit)