Caveats
CK Wiki - Notes
Form lists inside form lists will not be checked for items. If you ask a form list if it has a form and that form is inside a nested form list this function will return false.
Parameters
Examples
; Does the "fireball" spell exist in the "firespell" list?
if fireSpell.HasForm(Fireball)
Debug.Trace("Fireball is a fire spell!")
endIfAuto-Generated Example
Form myForm__akForm
bool returnedValue = myFormList__toCallFunctionOn.HasForm(myForm__akForm)