Table of Contents

Method DelayFrame

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

DelayFrame(int, CancellationToken?)

Waits until the specified amount of frames have passed.

public static Task DelayFrame(int frames, CancellationToken? cancellationToken = null)

Parameters

frames int

The number of frames to wait.

cancellationToken CancellationToken?

A cancellation token that should be used to cancel the work.

Returns

Task