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

Description

Documentation Comment

aiAttachmentMode: 0 = reference, 1 = parent

An attempt to set parent mode when a managed node is also set will fail and return false


Caveats


Parameters

ActorakActor

stringasPlugin

stringasName

boolabIsFemale

intaiAttachmentMode

boolabSyncReference


Examples

Auto-Generated Example

Actor myActor__akActor
string myString__asPlugin
string myString__asName
bool myBool__abIsFemale
int myInt__aiAttachmentMode
bool myBool__abSyncReference

bool returnedValue = IED.SetItemAttachmentModeActor(myActor__akActor, 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.