- Found in:
- Vanilla
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
AliasTargetAlias
boolSkipIfEmpty=true
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)