Table of Contents

Method ActionForceFollowObject

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

ActionForceFollowObject(NwGameObject, float)

Forces this creature to follow the specified target until ClearActionQueue(bool) is called.

public Task ActionForceFollowObject(NwGameObject target, float distance)

Parameters

target NwGameObject

The target to follow.

distance float

The distance to follow the creature at.

Returns

Task