- Found in:
- SKSE
Caveats
CK Wiki - Notes
None.
Parameters
boolbSleepOutfit=false
CK Wiki Description
will return the default outfit if false, and the sleep outfit if true. (default = false)
Examples
Outfit Property SleeperOutfit Auto
ActorBase pActorBase = Game.GetPlayer().GetActorBase()
if pActorBase.GetOutfit(true) == SleeperOutfit
; ...
endifAuto-Generated Example
bool myBool__bSleepOutfit
Outfit returnedValue = myActorBase__toCallFunctionOn.GetOutfit(myBool__bSleepOutfit)