Background for Skyrim SE
Member of the ActorBase script
intfunctionGetFacePreset(intindex)Native

Description

Wiki Description

Returns the face morph preset of this actor base. (This function requires SKSE)

Documentation Comment

Get/Set actors facemorph preset by index
0 - Nose
1 - ??
2 - Mouth
3 - Eyes


Caveats

CK Wiki - Notes

  • 0 - Nose (18 presets)
  • 1 - ? (value = -1)
  • 2 - Eyes (17 presets)
  • 3 - Mouth (20 presets)

Parameters

intindex

CK Wiki Description

the index of the face morph preset


Examples

Int PlayerNosePreset = Player.GetFacePreset(0)

Auto-Generated Example

int myInt__index

int returnedValue = myActorBase__toCallFunctionOn.GetFacePreset(myInt__index)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.