Background for Skyrim SE
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

  1. OutfitakOutfit

    CK Wiki Description

    The outfit to wear.

  2. boolabSleepOutfit=false

    CK Wiki Description

    Is this the sleep Outfit or the default one?

    • Default:False

Examples

No human-generated examples found for this function.

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 Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.