MergeWith - InstanceNamingRules

From the Fallout4 CreationKit Wiki
Revision as of 10:55, 8 December 2015 by imported>Plplecuyer
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: InstanceNamingRules Script

Merges the given naming rules form into this one.

Syntax[edit | edit source]

Function MergeWith(InstanceNamingRules aSource) native

Parameters[edit | edit source]

  • aSource: The instance naming rules form to be merged into this one.

Return Value[edit | edit source]

None

Examples[edit | edit source]

; 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 )

See Also[edit | edit source]