- Found in:
- SKSE
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 = 8Auto-Generated Example
int returnedValue = myActorBase__toCallFunctionOn.GetNumHeadParts()Related Pages
- ActorBase
- ActorBase.GetNthHeadPart(...)
- ActorBase.SetNthHeadPart(...)
