Background for Skyrim SE
Member of the IED script
boolfunctionSetItemEquipmentModeRace(RaceakRace, stringasPlugin, stringasName, boolabIsFemale, boolabEquipmentMode, boolabIgnoreRaceEquipTypes, boolabDisableIfEquipped)NativeGlobal


Parameters

  1. RaceakRace

  2. stringasPlugin

  3. stringasName

  4. boolabIsFemale

  5. boolabEquipmentMode

  6. boolabIgnoreRaceEquipTypes

  7. boolabDisableIfEquipped


Examples

Auto-Generated Example

Race myRace__akRace
string myString__asPlugin
string myString__asName
bool myBool__abIsFemale
bool myBool__abEquipmentMode
bool myBool__abIgnoreRaceEquipTypes
bool myBool__abDisableIfEquipped

bool returnedValue = IED.SetItemEquipmentModeRace(myRace__akRace, myString__asPlugin, myString__asName, myBool__abIsFemale, myBool__abEquipmentMode, myBool__abIgnoreRaceEquipTypes, myBool__abDisableIfEquipped)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.