Background for Fallout 4
Member of the FormList script
voidfunctionRemoveAddedForm(FormapForm)Native

Description

Wiki Description

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

Documentation Comment

Removes the given added form from this form list


Caveats


Parameters

FormapForm

CK Wiki Description

Added form to remove from the list


Examples

; Removes the diamond from the gem list (but only if a script added it in the first place)
GemList.RemoveAddedForm(Diamond)

Auto-Generated Example

Form myForm__apForm

myFormList__toCallFunctionOn.RemoveAddedForm(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.