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


Caveats


Parameters

ActorBaseakActorBase

stringasPlugin

stringasName

boolabIsFemale

boolabIsLeftWeapon


Examples

Auto-Generated Example

ActorBase myActorBase__akActorBase
string myString__asPlugin
string myString__asName
bool myBool__abIsFemale
bool myBool__abIsLeftWeapon

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