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


Parameters

  1. RaceakRace

  2. stringasPlugin

  3. stringasName

  4. boolabIsFemale

  5. boolabIsLeftWeapon


Examples

Auto-Generated Example

Race myRace__akRace
string myString__asPlugin
string myString__asName
bool myBool__abIsFemale
bool myBool__abIsLeftWeapon

bool returnedValue = IED.SetItemLeftWeaponRace(myRace__akRace, 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.