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