Method TouchAttackRanged
TouchAttackRanged(NwGameObject, bool)
Attempts to perform a ranged touch attack on the target. This is not a creature action, and simply does a roll to see if the target was hit.
public TouchAttackResult TouchAttackRanged(NwGameObject target, bool displayFeedback)
Parameters
targetNwGameObjectThe target of this touch attack.
displayFeedbackboolIf true, displays combat feedback in the chat window.