- Found in:
- SKSE
Description
Wiki Description
Returns whether this weapon has the "WeapTypeWarAxe" keyword. (This function requires SKSE)
Examples
if (Game.GetPlayer().GetEquippedWeapon().IsWarAxe()
Debug.Trace("Player is equipped with a waraxe.")
endifAuto-Generated Example
bool returnedValue = myWeapon__toCallFunctionOn.IsWarAxe()