RemoveAddedForm - FormList

From the CreationKit Wiki
Revision as of 15:27, 18 October 2011 by imported>Rhavlovick (1 revision: Clobber re-import by Henning)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: FormList Script

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

Syntax

Function RemoveAddedForm(Form apForm) native

Parameters

  • apForm: Added form to remove from the list

Return Value

None

Examples

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

See Also