- Found in:
- Vanilla
Description
Wiki Description
Merges the given naming rules form into this one.
Parameters
InstanceNamingRulesaSource
CK Wiki Description
The instance naming rules form to be merged into this one.
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 )Auto-Generated Example
InstanceNamingRules myInstanceNamingRules__aSource
myInstanceNamingRules__toCallFunctionOn.MergeWith(myInstanceNamingRules__aSource)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
