Background for Fallout 4
Member of the ActorBase script
voidfunctionSetOutfit(OutfitakOutfit, boolabSleepOutfit=false)Native

Description

Wiki Description

Change the default or sleep Outfit for this actor base.

Documentation Comment

Sets the actors outfit


Parameters

OutfitakOutfit

CK Wiki Description

The outfit to wear.

boolabSleepOutfit=false

CK Wiki Description

Is this the sleep Outfit or the default one?

  • Default:False

Examples

; Set up the archer's normal outfit
ArcherBase.SetOutfit(ArcherOutfit)
; Set up the archer's sleep outfit
ArcherBase.SetOutfit(ArcherSleepOutput, true)

Auto-Generated Example

Outfit myOutfit__akOutfit
bool myBool__abSleepOutfit

myActorBase__toCallFunctionOn.SetOutfit(myOutfit__akOutfit, myBool__abSleepOutfit)

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.