Caveats
Parameters
boolabSleepOutfit=false
CK Wiki Description
Is this the sleep outfit or the default one?
- Default:False
Examples
; Set the players outfit to rags.
Game.GetPlayer().SetOutfit(PrisonerRagsOutfit); Set the players sleep outfit to rags too.
Game.GetPlayer().SetOutfit(PrisonerRagsOutfit, true)Auto-Generated Example
Outfit myOutfit__akOutfit
bool myBool__abSleepOutfit
myActor__toCallFunctionOn.SetOutfit(myOutfit__akOutfit, myBool__abSleepOutfit)Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
