SetOutfit - ActorBase

From the CreationKit Wiki
Jump to navigation Jump to search

Member of: ActorBase Script

Change the default or sleep outfit for this actor base.

Syntax[edit | edit source]

Function SetOutfit(Outfit akOutfit, bool abSleepOutfit = false) native

Parameters[edit | edit source]

  • akOutfit: The outfit to wear.
  • abSleepOutfit: Is this the sleep outfit or the default one?
    • Default: False

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Set up the archer's normal outfit
ArcherBase.SetOutfit(ArcherOutfit)


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

See Also[edit | edit source]