Background for Skyrim SE
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


Caveats


Parameters

FormapForm

CK Wiki Description

Form to add to the list, if apForm == None this function seems to have no effect


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 Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.