GetNumHeadParts - ActorBase

Revision as of 06:20, 5 September 2012 by imported>Seigneur Voland (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' ActorBase Script Returns the number of head parts of this actor. (This function requir...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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