Table of Contents

Method TouchAttackMelee

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

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

target NwGameObject

The target of this touch attack.

displayFeedback bool

If true, displays combat feedback in the chat window.

Returns

TouchAttackResult