- Found in:
- F4SE
Caveats
CK Wiki - Notes
None.
Parameters
boolbSleepOutfit=false
CK Wiki Description
Whether or not to return the actors sleep outfit.
- Default:False
Examples
ActorBase PlayerBase = Game.GetPlayer().GetActorBase()
Outfit defaultOutfit = PlayerBase.GetOutfit()
Debug.Trace(defaultOutfit)ActorBase PlayerBase = Game.GetPlayer().GetActorBase()
Outfit sleepOutfit = PlayerBase.GetOutfit(true)
Debug.Trace(sleepOutfit)Auto-Generated Example
bool myBool__bSleepOutfit
Outfit returnedValue = myActorBase__toCallFunctionOn.GetOutfit(myBool__bSleepOutfit)Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
