MergeWith - InstanceNamingRules
From Creation Kit
Member of: InstanceNamingRules Script
Merges the given naming rules form into this one.
Syntax
Function MergeWith(InstanceNamingRules aSource) native
Parameters
- aSource: The instance naming rules form to be merged into this one.
Return Value
None
Examples
; Merge Instance Naming Rules Form B into Form A, such that Form A results with all rule data from both Forms A and B, sorted by rule data index. FormA.MergeWith( FormB )