GetFacePreset - ActorBase
Revision as of 08:23, 8 September 2012 by imported>Seigneur Voland (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' ActorBase Script Returns the face morph preset of this actor base. (This function requ...")
SKSE Member of: ActorBase Script
Returns the face morph preset of this actor base. (This function requires SKSE)
Syntax[edit | edit source]
Int Function GetFacePreset(Int index) native
Parameters[edit | edit source]
- index : the index of the face morph preset
Return Value[edit | edit source]
Returns the face morph preset of this actor base.
Examples[edit | edit source]
Int PlayerNosePreset = Player.GetFacePreset(0)
Notes[edit | edit source]
- 0 - Nose (18 presets)
- 1 - ? (value = -1)
- 2 - Eyes (17 presets)
- 3 - Mouth (20 presets)