Background for Starfield
Member of the Alias script
boolfunctionCopyIntoAlias(AliasTargetAlias, boolSkipIfEmpty=true, boolCopyOver=true)

Description

Documentation Comment

jduvall - convenience function
Copies contents of this alias over the contents of the TargetAlias, if it's the same type (both are ReferenceAlias, both are RefCollectionAliases, both are LocationAliases)
skipIfEmpty: if true (default), it will NOT copy if this alias is empty.
CopyOver: if true (default), it will copy over contents in TargetAlias. If false, it will only copy if TargetAlias is empty.
returns true if it copied; returns false if it did not copy


Parameters

  1. AliasTargetAlias

  2. boolSkipIfEmpty=true

  3. boolCopyOver=true


Examples

Auto-Generated Example

Alias myAlias__TargetAlias
bool myBool__SkipIfEmpty
bool myBool__CopyOver

bool returnedValue = myAlias__toCallFunctionOn.CopyIntoAlias(myAlias__TargetAlias, myBool__SkipIfEmpty, myBool__CopyOver)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.