GetNumHeadParts - ActorBase

SKSE Member of: ActorBase Script

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

SyntaxEdit

Int Function GetNumHeadParts() native

ParametersEdit

None

Return ValueEdit

Returns the number of head parts of this actor.

ExamplesEdit

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

NotesEdit

None

See AlsoEdit