Background for Skyrim SE
Member of the Actor script
voidfunctionSetExpressionModifier(intindex, floatvalue)Native

Description

Documentation Comment

0 - "BlinkLeft"
1 - "BlinkRight"
2 - "BrowDownLeft"
3 - "BrowDownRight"
4 - "BrowInLeft"
5 - "BrowInRight"
6 - "BrowUpLeft"
7 - "BrowUpRight"
8 - "LookDown"
9 - "LookLeft"
10 - "LookRight"
11 - "LookUp"
12 - "SquintLeft"
13 - "SquintRight"
14 - "HeadPitch"
15 - "HeadRoll"
16 - "HeadYaw"


Parameters

  1. intindex

  2. floatvalue


Examples

Auto-Generated Example

int myInt__index
float myFloat__value

myActor__toCallFunctionOn.SetExpressionModifier(myInt__index, myFloat__value)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.