- Found in:
- SKSE
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)