ListAddReference
Revision as of 08:56, 3 August 2009 by imported>Omzy
< [[::Category:Functions|Category:Functions]]
A function added by the Fallout Script Extender.
Description
Adds a reference to a FormList with the option to specify an index. If no index is specified, the form is added at the end of the list (with the highest index). This differs from AddFormToFormList. The function returns the index at which the form was successfully added.
Syntax
(addedAtIndex:int) [Object].ListAddReference FormListID:ref index:int
Example
myForm.ListAddReference myFormList yourForm.ListAddReference yourFormList 4
Notes
- If you wish to add a base object form to a FormList, use ListAddForm.
- This function differs from AddFormToFormList in the way that forms are added to a FormList when no index is given.