Background for Fallout 4

FormList


Inheritance Tree

No indexed scripts extend this script.

Structs
Properties
Events
Functions
voidfunctionAddForm(FormapForm)Native

Adds the given form to the form list.

intfunctionFind(FormapForm)Native

Searches for the specified form in the form list, returning its index (or a negative number if the form isn't found in the list)

intfunctionGetSize()Native

Returns the number of items in the list.

FormfunctionGetAt(intaiIndex)Native

Returns the form at a specified index in the list.

boolfunctionHasForm(FormakForm)Native

Returns whether the passed-in form exists in this form list.

voidfunctionRemoveAddedForm(FormapForm)Native

Removes the given added form from the form list. Only forms added to the list via calls to AddForm can be removed.

voidfunctionRevert()Native

Removes all script added forms from the list.

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.