Background for Skyrim SE
Member of the IED script
boolfunctionSetItemAttachmentModeRace(RaceakRace, stringasPlugin, stringasName, boolabIsFemale, intaiAttachmentMode, boolabSyncReference)NativeGlobal


Parameters

  1. RaceakRace

  2. stringasPlugin

  3. stringasName

  4. boolabIsFemale

  5. intaiAttachmentMode

  6. boolabSyncReference


Examples

Auto-Generated Example

Race myRace__akRace
string myString__asPlugin
string myString__asName
bool myBool__abIsFemale
int myInt__aiAttachmentMode
bool myBool__abSyncReference

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