- Found in:
- F4SE
Description
Wiki Description
Returns the head part array from either the overlay list or original list.
Documentation Comment
Returns the head part array from either the overlay list or original list
Caveats
CK Wiki - Notes
None.
Parameters
boolbOverlays=false
CK Wiki Description
Whether to use the overlay list or not.
- Default:False
Examples
ActorBase PlayerBase = Game.GetPlayer().GetActorBase()
HeadPart[] headparts = PlayerBase.GetHeadParts()Auto-Generated Example
bool myBool__bOverlays
HeadPart[] returnedValue = myActorBase__toCallFunctionOn.GetHeadParts(myBool__bOverlays)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
