ChangeHeadPart - Actor

Revision as of 01:50, 1 June 2013 by imported>Bot Owned (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' Actor Script Adds a headpart, if the type exists it will replace, must not be misc typ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

SKSE Member of: Actor Script

Adds a headpart, if the type exists it will replace, must not be misc type

SyntaxEdit

Function ChangeHeadPart(HeadPart hpart) native

ParametersEdit

  • hpart: The head part to change to.

Return ValueEdit

None

ExamplesEdit

Game.GetPlayer().ChangeHeadPart(BeardProperty) ;Add a Beard to the player.

NotesEdit

  • This function also affects the ActorBase, use with caution.


See AlsoEdit