AddRefCollection - RefCollectionAlias
Revision as of 10:48, 3 December 2015 by imported>Plplecuyer (Created page with "Category:Scripting Category:Papyrus '''Member of:''' RefCollectionAlias Script Adds the contents of the passed-in collection alias to this one. == Syntax == <source...")
Member of: RefCollectionAlias Script
Adds the contents of the passed-in collection alias to this one.
Syntax
Function AddRefCollection(RefCollectionAlias refCollectionAliasToAdd)
Parameters
- refCollectionAliasToAdd: The alias whose contents should be added to ours
Return Value
None.
Examples
; Merge the two aliases
Collection1.AddRefCollection(Collection2)