Background for Skyrim SE
Member of the Weapon script
boolfunctionIsGreatsword()

Description

Wiki Description

Returns whether this weapon has the "WeapTypeGreatsword" keyword. (This function requires SKSE)


Caveats

CK Wiki - Notes


Examples

if (Game.GetPlayer().GetEquippedWeapon().IsGreatsword()
    Debug.Trace("Player is equipped with a greatsword.")
endif

Auto-Generated Example

bool returnedValue = myWeapon__toCallFunctionOn.IsGreatsword()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.