Background for Starfield
Member of the FormList script
voidfunctionAddForm(FormapForm)Native

Description

Wiki Description

Adds the given form to the form list.

Documentation Comment

Adds the given form to this form list


Parameters

  1. FormapForm

    CK Wiki Description

    Form to add to the list


Examples

; Adds the diamond to the gem list
GemList.AddForm(Diamond)

Auto-Generated Example

Form myForm__apForm

myFormList__toCallFunctionOn.AddForm(myForm__apForm)

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

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