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