- Found in:
- IED
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
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)