GetOutfit - ActorBase
Revision as of 19:46, 19 April 2017 by imported>Qazaaq (Added F4SE member)
F4SE Member of: ActorBase Script
Returns this actors Outfit.
Syntax
Outfit Function GetOutfit(bool bSleepOutfit = false) Native
Parameters
- bSleepOutfit: Whether or not to return the actors sleeping Outfit.
Return Value
The Outfit for this actor.
Examples
Outfit myOutfit = Game.GetPlayer().GetOutfit()
Debug.Trace(myOutfit)
Notes
None.