Table of Contents

Method AddActionToQueue

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

AddActionToQueue(Action)

Inserts the function call aCommand into the Action Queue, ensuring the calling object will perform actions in a particular order.

public Task AddActionToQueue(Action action)

Parameters

action Action

Returns

Task