IsWarhammer - Weapon
Jump to navigation
Jump to search
SKSE Member of: Weapon Script
Returns whether this weapon has the "WeapTypeWarhammer" keyword. (This function requires SKSE)
Syntax[edit | edit source]
bool Function IsWarhammer()
Parameters[edit | edit source]
- None
Return Value[edit | edit source]
True if the weapon has the "WeapTypeWarhammer" keyword. False otherwise.
Examples[edit | edit source]
if (Game.GetPlayer().GetEquippedWeapon().IsWarhammer()
Debug.Trace("Player is equipped with a warhammer.")
endif
Notes[edit | edit source]
- Uses the HasKeywordString function internally.