- Found in:
- iEquip
Description
Documentation Comment
@brief Returns whether the given form is a ranged spell.
@param a_form The form to check.
@return Returns true if the given form is a ranged spell, else returns false.
Caveats
Parameters
Forma_form
Examples
Auto-Generated Example
Form myForm__a_form
bool returnedValue = iEquip_FormExt.IsSpellRanged(myForm__a_form)