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