Table of Contents

Method ActionWait

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

ActionWait(TimeSpan)

Instructs this object to do nothing for the specified duration, before continuing with the next item in the action queue.

public Task ActionWait(TimeSpan duration)

Parameters

duration TimeSpan

The time to wait.

Returns

Task