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
CK Wiki - Notes
- This function was broken by the 1.6 patch, but later fixed by the 1.8 patch. It currently works as intended.
Parameters
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)