Table of Contents

Method SetBindValues

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

SetBindValues<T>(NuiBind<T>, IEnumerable<T>)

Sets the current values of the specified bind for this window instance.

public void SetBindValues<T>(NuiBind<T> bind, IEnumerable<T> values)

Parameters

bind NuiBind<T>

The bind value to assign.

values IEnumerable<T>

The new values.

Type Parameters

T

The value type of the bind.