Method IsWeaponEffective
IsWeaponEffective(NwGameObject, bool)
Check whether this creature can damage the specified object using their current weapon/s.
public Task<bool> IsWeaponEffective(NwGameObject target, bool offHand = false)
Parameters
targetNwGameObjectThe object to test this creature's weapon against.
offHandboolIf true, checks the creature's off-hand weapon.