GetFacePreset - ActorBase
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)