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)
SyntaxEdit
Int Function GetFacePreset(Int index) native
ParametersEdit
- index : the index of the face morph preset
Return ValueEdit
Returns the face morph preset of this actor base.
ExamplesEdit
Int PlayerNosePreset = Player.GetFacePreset(0)
NotesEdit
- 0 - Nose (18 presets)
- 1 - ? (value = -1)
- 2 - Eyes (17 presets)
- 3 - Mouth (20 presets)