ListAddList

From GECK
Jump to: navigation, search


A function added by the ShowOff NVSE Plugin.

Description

Adds the forms from sourceList to destinationList at the given index (or at the end if not provided). The contents are appended in the order they appear in sourceList. Returns 1 for success, 0 if an error is encountered.

This does the same changes to the formlist as multiple ListAddForms would, and is therefore subject to the same warnings as that function. This also means the changes are not savebaked.

Syntax

[help]
(success:bool) ListAddList destinationList:baseform sourceList:baseForm index:int 

Or:

(success:bool) AddFormListToFormList destinationList:baseform sourceList:baseForm index:int 

See Also