Background for Skyrim SE
Member of the IED script
boolfunctionSetItemAnimationSequenceActor(ActorakActor, stringasPlugin, stringasName, boolabIsFemale, stringasSequence)NativeGlobal

Description

Documentation Comment

Must be switched on with SetItemAnimationEnabled* before it takes effect


Caveats


Parameters

ActorakActor

stringasPlugin

stringasName

boolabIsFemale

stringasSequence


Examples

Auto-Generated Example

Actor myActor__akActor
string myString__asPlugin
string myString__asName
bool myBool__abIsFemale
string myString__asSequence

bool returnedValue = IED.SetItemAnimationSequenceActor(myActor__akActor, myString__asPlugin, myString__asName, myBool__abIsFemale, myString__asSequence)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.