GetNumHeadParts - ActorBase

From the CreationKit Wiki
Jump to navigation Jump to search

SKSE Member of: ActorBase Script

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

Syntax[edit | edit source]

Int Function GetNumHeadParts() native

Parameters[edit | edit source]

None

Return Value[edit | edit source]

Returns the number of head parts of this actor.

Examples[edit | edit source]

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

Notes[edit | edit source]

None

See Also[edit | edit source]