Background for Skyrim SE
Member of the ActorBase script
intfunctionGetNumHeadParts()Native

Description

Wiki Description

Returns the number of head parts of this actor. (This function requires SKSE)

Documentation Comment

Get/Set actors HeadPart by index


Caveats

CK Wiki - Notes

None


Examples

Int HeadPartsNum = Player.GetNumHeadParts() ; HeadPartsNum = 7
Int HeadPartsNum = Aerin.GetNumHeadParts() ; HeadPartsNum = 8

Auto-Generated Example

int returnedValue = myActorBase__toCallFunctionOn.GetNumHeadParts()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.