Background for Fallout 4
Member of the ActorBase script
HeadPart[]functionGetHeadParts(boolbOverlays=false)Native

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

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.