Method TouchAttackMelee
TouchAttackMelee(NwGameObject, bool)
Attempts to perform a melee touch attack on target. This is not a creature action, and assumes that this creature is already within range of the target.
public TouchAttackResult TouchAttackMelee(NwGameObject target, bool displayFeedback = true)
Parameters
targetNwGameObjectThe target of this touch attack.
displayFeedbackboolIf true, displays combat feedback in the chat window.