- Found in:
- Vanilla
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)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
