Background for Skyrim SE
Member of the iEquip_FormExt script
boolfunctionIsSpear(Forma_form)NativeGlobal

Description

Documentation Comment

@brief Returns whether the given form is a spear.
@param a_form The form to check.
@return Returns true if the given form is a spear, else returns false.


Caveats


Parameters

Forma_form


Examples

Auto-Generated Example

Form myForm__a_form

bool returnedValue = iEquip_FormExt.IsSpear(myForm__a_form)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.