Table of Contents

Method GetBindValues

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetBindValues<T>(NuiBind<T>)

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

public List<T>? GetBindValues<T>(NuiBind<T> bind)

Parameters

bind NuiBind<T>

The bind value to query.

Returns

List<T>

The current assigned value of the bind, otherwise the default value of T.

Type Parameters

T

The value type of the bind.