GetHeadParts - ActorBase
Revision as of 20:08, 20 April 2017 by imported>Qazaaq (Created page with "Category:Scripting Category:Papyrus Category:F4SE '''F4SE Member of:''' ActorBase Script Returns the head part array from either the overlay list or original...")
F4SE Member of: ActorBase Script
Returns the head part array from either the overlay list or original list.
Syntax
HeadPart[] Function GetHeadParts(bool bOverlays = false) Native
Parameters
- bOverlays: Whether to use the overlay list or not.
- Default: False
Return Value
An array of HeadParts from either the overlay list or original list.
Examples
ActorBase PlayerBase = Game.GetPlayer().GetActorBase()
HeadPart[] headparts = PlayerBase.GetHeadParts()
Notes
None.