Background for Skyrim SE
Member of the IED script
boolfunctionSetItemAnimationEventNPC(ActorBaseakActorBase, stringasPlugin, stringasName, boolabIsFemale, stringasAnimationEvent)NativeGlobal


Caveats


Parameters

ActorBaseakActorBase

stringasPlugin

stringasName

boolabIsFemale

stringasAnimationEvent


Examples

Auto-Generated Example

ActorBase myActorBase__akActorBase
string myString__asPlugin
string myString__asName
bool myBool__abIsFemale
string myString__asAnimationEvent

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