@brief Returns whether the given form has poison. @param a_form The form to check. @return Returns true if the given form has poison, else returns false.
Form myForm__a_form bool returnedValue = iEquip_FormExt.HasPoison(myForm__a_form)