Background for Skyrim SE
Member of the IED script
boolfunctionSetItemRotationNPC(ActorBaseakActorBase, stringasPlugin, stringasName, boolabIsFemale, float[]arRotation)NativeGlobal


Parameters

  1. ActorBaseakActorBase

  2. stringasPlugin

  3. stringasName

  4. boolabIsFemale

  5. float[]arRotation


Examples

Auto-Generated Example

ActorBase myActorBase__akActorBase
string myString__asPlugin
string myString__asName
bool myBool__abIsFemale
float[] myFloatArray__arRotation

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