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