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