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


Caveats


Parameters

RaceakRace

stringasPlugin

stringasName

boolabIsFemale

intaiAttachmentMode

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.