ListAddReference

From the Fallout3 GECK Wiki
Revision as of 13:12, 12 August 2009 by imported>Geckbot (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0)))
Jump to navigation Jump to search
< [[::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

[help]
(addedAtIndex:int) [Object].ListAddReference FormListID:ref index:int

Example

myForm.ListAddReference myFormList
yourForm.ListAddReference yourFormList 4

Notes

See Also