GetFacePreset - ActorBase
Jump to navigation
Jump to search
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)