Background for Starfield
Member of the ObjectReference script
voidfunctionAddAliasedItem(FormakItemToAdd, AliasakAlias, intaiCount=1, boolabSilent=true)

Description

Documentation Comment

Creates an item, fills an alias with that item, then adds it to this container.
aiCount can be greater than 1 if we are adding to a RefCollection.


Caveats


Parameters

FormakItemToAdd

AliasakAlias

intaiCount=1

boolabSilent=true


Examples

Auto-Generated Example

Form myForm__akItemToAdd
Alias myAlias__akAlias
int myInt__aiCount
bool myBool__abSilent

myObjectReference__toCallFunctionOn.AddAliasedItem(myForm__akItemToAdd, myAlias__akAlias, myInt__aiCount, myBool__abSilent)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.