Table of Contents

Method TouchAttackRanged

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

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

target NwGameObject

The target of this touch attack.

displayFeedback bool

If true, displays combat feedback in the chat window.

Returns

TouchAttackResult